diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-31 18:20:19 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-31 18:20:19 +0800 |
commit | e931d68c79e738141b080e2d46c70301a972d77f (patch) | |
tree | 5503875001f2228f870ab03c29e51b80eefcdf3f /textproc | |
parent | e86136431cdeceee6db964124670f55e7fb3cb29 (diff) | |
download | freebsd-ports-gnome-e931d68c79e738141b080e2d46c70301a972d77f.tar.gz freebsd-ports-gnome-e931d68c79e738141b080e2d46c70301a972d77f.tar.zst freebsd-ports-gnome-e931d68c79e738141b080e2d46c70301a972d77f.zip |
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 'textproc')
-rw-r--r-- | textproc/ispell/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index baa5b30aa208..a3205944ca58 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -32,7 +32,7 @@ MUNCHLIST= ${WRKSRC}/munchlist DATADIR= ${PREFIX}/share/ispell .if (!defined(ISPELL_FR) && !defined(ISPELL_SE) && !defined(ISPELL_BR) && !defined(ISPELL_DENEU) && !defined(ISPELL_DEALT) && !defined(ISPELL_BRITISH) && !defined(ISPELL_NO) && !defined(ISPELL_NL) && !defined(ISPELL_DA) && !defined(ISPELL_AF)) -pre-everything: +pre-everything:: @${ECHO_MSG} '*********************************************************' @${ECHO_MSG} '* You can add further dictionaries: *' @${ECHO_MSG} '* Use make-flag: *' |