diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 01:33:55 +0000 |
commit | 86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb (patch) | |
tree | 6f6452717d480fc723cb34dac6821c9a57f49795 /print | |
parent | de0b37c73a99474e2e508d23231f9c4dfb1ff7c1 (diff) | |
download | ports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.tar.gz ports-86b7e3bb7fa6c4f04afdcca83751e1bf8cfa59bb.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/libijs/Makefile | 4 | ||||
-rw-r--r-- | print/panda/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/libijs/Makefile b/print/libijs/Makefile index c4bbab8fad26..d4db4e62df65 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -16,8 +16,10 @@ DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org COMMENT= C library that supports plugin printer driver for Ghostscript +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config + USE_BZIP2= yes -USE_GNOME= lthack pkgconfig +USE_GNOME= lthack USE_GMAKE= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/print/panda/Makefile b/print/panda/Makefile index 5b3a6c31aa33..a6d438103b71 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -19,12 +19,13 @@ COMMENT= A PDF generation library LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig +USE_GNOME= gnomehack USE_BDB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool |