diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-01 00:05:11 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-06-01 00:05:11 +0000 |
commit | 8a9ea8547997bd900dc7ad18bd6ed25e302b27fb (patch) | |
tree | 32ba7d1a880a40b3544676a455f6cf73a25b37cb /lang/pike72 | |
parent | 0e6d03dfe992f51965a206bafb3980f1cb7829e6 (diff) | |
download | ports-8a9ea8547997bd900dc7ad18bd6ed25e302b27fb.tar.gz ports-8a9ea8547997bd900dc7ad18bd6ed25e302b27fb.zip |
Notes
Diffstat (limited to 'lang/pike72')
-rw-r--r-- | lang/pike72/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/pike72/Makefile b/lang/pike72/Makefile index ff0c768d8edb..8cde18eca5b5 100644 --- a/lang/pike72/Makefile +++ b/lang/pike72/Makefile @@ -7,7 +7,7 @@ PORTNAME= pike72 PORTVERSION= 7.2.492 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \ http://ftp.oav.net/pkg_freebsd/distfiles/ \ @@ -106,7 +106,7 @@ WITH_SANE= yes WITH_MESA= yes .endif -.if exists(${LOCALBASE}/lib/libpdf.so.4) +.if exists(${LOCALBASE}/lib/libpdf.so.5) WITH_PDF= yes .endif @@ -180,7 +180,7 @@ CONFIGURE_ARGS+= --without-sane .endif .if defined(WITH_PDF) -LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib4 +LIB_DEPENDS+= pdf.5:${PORTSDIR}/print/pdflib CONFIGURE_ARGS+= --with-libpdf .else CONFIGURE_ARGS+= --without-libpdf |