diff options
Diffstat (limited to 'print/pdflib/Makefile')
-rw-r--r-- | print/pdflib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 5746c98f4424..6ccb58771617 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pdflib -PORTVERSION= 5.0.1 +PORTVERSION= 5.0.2 CATEGORIES= print MASTER_SITES= http://www.pdflib.com/products/pdflib/download/ DISTNAME= PDFlib-Lite-${PORTVERSION}-Unix-src @@ -21,7 +21,8 @@ INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-java=no \ +CONFIGURE_ARGS= --disable-cxx \ + --with-java=no \ --with-py=no \ --with-tcl=no |