1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Removed obsolate variables.

Correctly patch libtool.

PR:		37314
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
This commit is contained in:
Ying-Chieh Liao 2002-05-31 09:15:19 +00:00
parent efcdc6ec34
commit 7889925e5e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60346

View File

@ -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>