diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /print/pdflib/Makefile | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'print/pdflib/Makefile')
-rw-r--r-- | print/pdflib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index e08e8d81ebe8..a78683865f7e 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -7,6 +7,7 @@ PORTNAME= pdflib PORTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://pdflib.com/products/pdflib/download/${PORTVERSION:S/.//g}src/ DISTNAME= PDFlib-Lite-${PORTVERSION} @@ -17,13 +18,10 @@ COMMENT= A C library for dynamically generating PDF RESTRICTED= "many odd restrictions on usage and distribution" INSTALLS_SHLIB= yes -USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-java=no \ - --with-py=no \ - --with-tcl=no +USE_AUTOTOOLS= libtool:15 +CONFIGURE_ARGS= --with-java=no --with-py=no --with-tcl=no .if defined(WITH_PERL) USE_PERL5= yes |