aboutsummaryrefslogtreecommitdiff
path: root/textproc/aspell
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-31 09:15:19 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-05-31 09:15:19 +0000
commit7889925e5e6f7caa4c60dc149d4a4a92df08817d (patch)
tree4f8711617f3526287940b5ed932142bd29c6b2f6 /textproc/aspell
parentefcdc6ec34037ba921d32d7d62ef92548db28f40 (diff)
downloadports-7889925e5e6f7caa4c60dc149d4a4a92df08817d.tar.gz
ports-7889925e5e6f7caa4c60dc149d4a4a92df08817d.zip
Notes
Diffstat (limited to 'textproc/aspell')
-rw-r--r--textproc/aspell/Makefile8
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>