diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-07-15 08:46:37 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-07-15 08:46:37 +0800 |
commit | 160c720b9422d95ae3c9747037e991755b7519eb (patch) | |
tree | b19b42f7e938aa5895f3582071df112026d523df /print | |
parent | 1666f1d1eac3e0a6409f99e7b01ea4feb178bb6e (diff) | |
download | freebsd-ports-gnome-160c720b9422d95ae3c9747037e991755b7519eb.tar.gz freebsd-ports-gnome-160c720b9422d95ae3c9747037e991755b7519eb.tar.zst freebsd-ports-gnome-160c720b9422d95ae3c9747037e991755b7519eb.zip |
add missing depends
Diffstat (limited to 'print')
-rw-r--r-- | print/pslib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index c6765f906352..2010660ad31b 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -15,8 +15,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A C-library for generating multi page PostScript documents +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +USE_PERL5_BUILD= yes USE_GETTEXT= yes USE_GNOME= gnomehack GNU_CONFIGURE= yes |