diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-16 03:36:58 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-16 03:36:58 +0000 |
commit | 8822c5eb79e79a15db3012df06d4e9f3a0b475e3 (patch) | |
tree | 0c078a3213e95d36f014a753921c468f57ea5864 /print/pdflib | |
parent | ad8841b2e5214b88999c2de8daa2a3ad086b3f3c (diff) | |
download | FreeBSD-ports-8822c5eb79e79a15db3012df06d4e9f3a0b475e3.zip FreeBSD-ports-8822c5eb79e79a15db3012df06d4e9f3a0b475e3.tar.gz |
Add a PKGNAMESUFFIX when building with Perl to avoid a duplicate entry
in INDEX.
Reported by: kris
Diffstat (limited to 'print/pdflib')
-rw-r--r-- | print/pdflib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 3e67d63..7fc5a02 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-java=no \ USE_PERL5= yes PLIST_SUB= PERL="" CONFIGURE_ARGS+=--with-perl=${PERL} +PKGNAMESUFFIX= -perl .else CONFIGURE_ARGS+=--with-perl=no PLIST_SUB= PERL="@comment " |