From 7889925e5e6f7caa4c60dc149d4a4a92df08817d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 31 May 2002 09:15:19 +0000 Subject: Removed obsolate variables. Correctly patch libtool. PR: 37314 Submitted by: Alex Dupre --- textproc/aspell/Makefile | 8 +------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3