diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2003-10-17 09:11:39 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2003-10-17 09:11:39 +0000 |
commit | ca0481961e077bd4cde660ba153d6c5debe4db5c (patch) | |
tree | 49823632f183805a88aea83848a4fb458bf29053 /textproc/dict | |
parent | bb01be3ddb9acece444c80066b665cbfa24df3d5 (diff) | |
download | ports-ca0481961e077bd4cde660ba153d6c5debe4db5c.tar.gz ports-ca0481961e077bd4cde660ba153d6c5debe4db5c.zip |
Notes
Diffstat (limited to 'textproc/dict')
-rw-r--r-- | textproc/dict/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/dict/Makefile b/textproc/dict/Makefile index af55f367f363..0e1306f89e7b 100644 --- a/textproc/dict/Makefile +++ b/textproc/dict/Makefile @@ -21,9 +21,10 @@ LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl USE_BISON= yes USE_REINPLACE= yes USE_LIBTOOL_VER= 14 -CFLAGS+= -I${PREFIX}/include CONFIGURE_ARGS= --without-local-zlib --with-cflags="${CFLAGS}" \ --with-etcdir=${PREFIX}/etc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes ALL_TARGET= dict INSTALL_TARGET= install.dict |