diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-31 17:15:19 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-31 17:15:19 +0800 |
commit | 4f0817fe0864ba05e0964d77fe94b3fd86e0f6a2 (patch) | |
tree | 2c8c1ec5f084f66156e5be199ae2ad3e56affbee /textproc/aspell | |
parent | 1af538d322b935e79f361635a89c053593cc466f (diff) | |
download | freebsd-ports-gnome-4f0817fe0864ba05e0964d77fe94b3fd86e0f6a2.tar.gz freebsd-ports-gnome-4f0817fe0864ba05e0964d77fe94b3fd86e0f6a2.tar.zst freebsd-ports-gnome-4f0817fe0864ba05e0964d77fe94b3fd86e0f6a2.zip |
Removed obsolate variables.
Correctly patch libtool.
PR: 37314
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
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> |