diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:10:58 +0000 |
commit | c62fe39354fdb8614fe8ea9277c9fcb208653f30 (patch) | |
tree | b32409a9ec171a85e0016501d1db9153c45fe091 /print/panda | |
parent | 166b4155de5509696359deb556c66dc396ff0d2c (diff) | |
download | ports-c62fe39354fdb8614fe8ea9277c9fcb208653f30.tar.gz ports-c62fe39354fdb8614fe8ea9277c9fcb208653f30.zip |
Notes
Diffstat (limited to 'print/panda')
-rw-r--r-- | print/panda/Makefile | 4 |
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 |