diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-04-24 05:01:48 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-04-24 05:01:48 +0800 |
commit | ab8e74c852eb647b448a1845e3837595f14ac1a9 (patch) | |
tree | 3871175fc9d3115db41da009189f8021d8653972 /x11-toolkits | |
parent | fe8a1bb2e011cedda602b01ac118d270ced605b5 (diff) | |
download | freebsd-ports-graphics-ab8e74c852eb647b448a1845e3837595f14ac1a9.tar.gz freebsd-ports-graphics-ab8e74c852eb647b448a1845e3837595f14ac1a9.tar.zst freebsd-ports-graphics-ab8e74c852eb647b448a1845e3837595f14ac1a9.zip |
Add missing textproc/p5-XML-LibXML run dependency for
/usr/X11R6/lib/gtk-sharp-2.0/gapi2xml.pl
Notified by: Andreas Kohn on Freenode's #BSD-Sharp
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 58f9f576842..b71fd676f7e 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -8,7 +8,7 @@ PORTNAME= gtk-sharp PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://go-mono.com/sources/gtk-sharp-2.0/ @@ -18,7 +18,8 @@ COMMENT= GTK+ and GNOME interfaces for the .NET runtime BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono \ monodocer:${PORTSDIR}/devel/monodoc RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ - monodocer:${PORTSDIR}/devel/monodoc + monodocer:${PORTSDIR}/devel/monodoc \ + ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML USE_X_PREFIX= yes LATEST_LINK= gtk-sharp20 |