diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /databases/pxlib/Makefile | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) | |
download | ports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.tar.gz ports-7fb9058d3779f78665d4d70d502c79ff2981fa9c.zip |
Notes
Diffstat (limited to 'databases/pxlib/Makefile')
-rw-r--r-- | databases/pxlib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/pxlib/Makefile b/databases/pxlib/Makefile index b12ed5b1e65e..e7188d4da70c 100644 --- a/databases/pxlib/Makefile +++ b/databases/pxlib/Makefile @@ -14,8 +14,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_GMAKE= yes USE_AUTOTOOLS= libtool -USES= gettext iconv -USE_PERL5= yes +USES= gettext iconv perl5 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |