diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-04-23 21:01:48 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-04-23 21:01:48 +0000 |
commit | ade3ef117f16de8104c92fadab836a08136388a7 (patch) | |
tree | 05ddacb26d0b681f5cea644360cb3a0abd2ee4bd /x11-toolkits/gtk-sharp20/Makefile | |
parent | 3ae7205d50f25f5e5a6941463ab7026e87e718b3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=160258
Diffstat (limited to 'x11-toolkits/gtk-sharp20/Makefile')
-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 58f9f576842a..b71fd676f7e7 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 |