diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-01-21 13:35:01 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-01-21 13:35:01 +0800 |
commit | cbd1b142cec383870f7d4fb23479f05e37d3f7de (patch) | |
tree | 6168674d5e1f2858469b99074c01764451541c35 /www/p5-GtkHTML | |
parent | b18a7379aae044d3dad865f1c46eca846642ac3d (diff) | |
download | freebsd-ports-gnome-cbd1b142cec383870f7d4fb23479f05e37d3f7de.tar.gz freebsd-ports-gnome-cbd1b142cec383870f7d4fb23479f05e37d3f7de.tar.zst freebsd-ports-gnome-cbd1b142cec383870f7d4fb23479f05e37d3f7de.zip |
Add BUILD_DEPENDS to p5-XML-Writer.
Obtained from: bento
Diffstat (limited to 'www/p5-GtkHTML')
-rw-r--r-- | www/p5-GtkHTML/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-GtkHTML/Makefile b/www/p5-GtkHTML/Makefile index 84a490ea8a17..800fb948eb14 100644 --- a/www/p5-GtkHTML/Makefile +++ b/www/p5-GtkHTML/Makefile @@ -16,7 +16,8 @@ DISTNAME= Gtk-Perl-${PORTVERSION} MAINTAINER= vanilla@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer RUN_DEPENDS= ${BUILD_DEPENDS} USE_GNOMENG= yes |