diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-31 09:15:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-31 09:15:19 +0000 |
commit | 7889925e5e6f7caa4c60dc149d4a4a92df08817d (patch) | |
tree | 4f8711617f3526287940b5ed932142bd29c6b2f6 /textproc/aspell | |
parent | efcdc6ec34037ba921d32d7d62ef92548db28f40 (diff) |
Notes
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 6bae8a5fab49..1ed40e1fb03b 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -16,17 +16,11 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell -USE_NEWGCC= yes -USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \ --enable-doc-dir=${DOCSDIR} +USE_GMAKE= yes MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes -pre-build: - @${LN} -sf ${LOCALBASE}/bin/libtool ${WRKSRC}/libtool - .include <bsd.port.mk> |