summaryrefslogtreecommitdiff
path: root/print/panda
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-07 03:10:58 +0000
commitc62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch)
treeb32409a9ec171a85e0016501d1db9153c45fe091 /print/panda
parentZero PORTREVISION after the PORTVERSION is bumped. (diff)
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me Approved by: pat
Notes
Notes: svn path=/head/; revision=69625
Diffstat (limited to 'print/panda')
-rw-r--r--print/panda/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile
index 59ac024f105d..f5e1ca79f944 100644
--- a/print/panda/Makefile
+++ b/print/panda/Makefile
@@ -15,12 +15,12 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A GPL\'ed PDF generation library
-
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff
+PORTCOMMENT= A GPL PDF generation library
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GMAKE= yes