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 /math | |
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 'math')
-rw-r--r-- | math/oleo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 4404982..0671c52 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -32,7 +32,7 @@ USE_XLIB= yes CONFIGURE_ARGS+= --without-motif .endif -pre-everything: +pre-everything:: .if !defined(WITH_MOTIF) @${ECHO_MSG} @${ECHO_MSG} "If you want to compile with Motif support," |