diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-15 00:46:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-07-15 00:46:37 +0000 |
commit | dde84359ffeb3f386f9901e3330cb1f32119c0e3 (patch) | |
tree | 5e6eed1040d78621230690c7af60d7bb93186367 /print | |
parent | a5c2db5a19ab26c6cd0209065b6d322720cddc4c (diff) | |
download | ports-dde84359ffeb3f386f9901e3330cb1f32119c0e3.tar.gz ports-dde84359ffeb3f386f9901e3330cb1f32119c0e3.zip |
Notes
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 |