diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-01 08:05:11 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-01 08:05:11 +0800 |
commit | 324181417745aee05cd2f87b2f14578a6b427d33 (patch) | |
tree | 4e787a8d8bc392f61590b2aac2ae7058f1a8021f /lang | |
parent | 9a2963ce68459a7dd8b2bc29db1af5ba5bcc737e (diff) | |
download | freebsd-ports-gnome-324181417745aee05cd2f87b2f14578a6b427d33.tar.gz freebsd-ports-gnome-324181417745aee05cd2f87b2f14578a6b427d33.tar.zst freebsd-ports-gnome-324181417745aee05cd2f87b2f14578a6b427d33.zip |
PR: 52611
Submitted by: MAINTAINER
Fixing detection of pdflib.so.5 since it has changed from ports/pdflib4 to
ports/pdflib.
Diffstat (limited to 'lang')
-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 |