diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-31 10:20:19 +0000 |
commit | e931d68c79e738141b080e2d46c70301a972d77f (patch) | |
tree | 5503875001f2228f870ab03c29e51b80eefcdf3f /graphics | |
parent | e86136431cdeceee6db964124670f55e7fb3cb29 (diff) | |
download | FreeBSD-ports-e931d68c79e738141b080e2d46c70301a972d77f.zip FreeBSD-ports-e931d68c79e738141b080e2d46c70301a972d77f.tar.gz |
Use '::' as an dependency operator for pre-everything target. This is
needed because of the special nature of the pre-everything target.
See http://www.freebsd.org/cgi/getmsg.cgi?fetch=481921+485051+/usr/local/www/db/text/2001/cvs-all/20011007.cvs-all for details.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-frontends/Makefile | 2 | ||||
-rw-r--r-- | graphics/xfig-devel/Makefile | 2 | ||||
-rw-r--r-- | graphics/xfig/Makefile | 2 | ||||
-rw-r--r-- | graphics/xsane/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile index dc947d1..abb4de1 100644 --- a/graphics/sane-frontends/Makefile +++ b/graphics/sane-frontends/Makefile @@ -32,7 +32,7 @@ CONFIGURE_ARGS+= --enable-gimp CONFIGURE_ARGS+= --disable-gimp .endif -pre-everything: +pre-everything:: .if !defined(WITH_GIMP) @${ECHO_MSG} "*** Note: xscanimage can be built with a standalone" @${ECHO_MSG} "*** X scanner interface as well as a GIMP plug-in." diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index 27ed034..a5c4c5c 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/Makefile @@ -30,7 +30,7 @@ MAN1= xfig.1 INSTALL_TARGET= install install.all .endif -pre-everything: +pre-everything:: .if !defined(WITHOUT_GHOSTSCRIPT) @${ECHO_MSG} "To build this port without Ghostscript support," @${ECHO_MSG} "define \"WITHOUT_GHOSTSCRIPT\"." diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 27ed034..a5c4c5c 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -30,7 +30,7 @@ MAN1= xfig.1 INSTALL_TARGET= install install.all .endif -pre-everything: +pre-everything:: .if !defined(WITHOUT_GHOSTSCRIPT) @${ECHO_MSG} "To build this port without Ghostscript support," @${ECHO_MSG} "define \"WITHOUT_GHOSTSCRIPT\"." diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index 79a3270..1d1e61d 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --enable-gimp CONFIGURE_ARGS+= --disable-gimp .endif -pre-everything: +pre-everything:: .if !defined(WITH_GIMP) @${ECHO_MSG} "*** Note: XSane can be built with a standalone" @${ECHO_MSG} "*** X scanner interface as well as a GIMP plug-in." |