these CONFIGURE_ENV variables don't buy us anything

This commit is contained in:
brad 2003-02-24 04:08:02 +00:00
parent b8b15a4201
commit 05c1cfff57

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2002/12/29 20:19:09 fgsch Exp $
# $OpenBSD: Makefile,v 1.6 2003/02/24 04:08:02 brad Exp $
COMMENT= "generic interface to spell checker libraries"
@ -24,7 +24,4 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-doc-dir=${PREFIX}/share/doc/pspell \
--disable-ltdl
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>