diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 17:39:46 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-12-29 17:39:46 +0000 |
commit | a4407db72e9eb0e70a93ca3a81e463659fb13c60 (patch) | |
tree | f357c631bebe2bb69bbaad4acedf8531f52e2e50 /lang/pfe/Makefile | |
parent | 4d373686cccd19a929dfd9368b507560721bb907 (diff) | |
download | ports-a4407db72e9eb0e70a93ca3a81e463659fb13c60.tar.gz ports-a4407db72e9eb0e70a93ca3a81e463659fb13c60.zip |
Notes
Diffstat (limited to 'lang/pfe/Makefile')
-rw-r--r-- | lang/pfe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 9afc56423964..47f9224f6279 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -13,12 +13,10 @@ USE_BZIP2= yes USES= gmake perl5 USE_PERL5= build USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes LIBTOOLFILES= pfe/configure MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" -MAN1= pfe.1 - -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "powerpc" |