aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp20
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:29:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-26 13:29:39 +0000
commit650f107d75ff32aa55c36b9b853cc88b738a54dd (patch)
treebe9f8d226e990dc810d19cbe065604501940562c /x11-toolkits/gtk-sharp20
parent49a6294c010d05471f88ca31210aafcd550b3681 (diff)
downloadports-650f107d75ff32aa55c36b9b853cc88b738a54dd.tar.gz
ports-650f107d75ff32aa55c36b9b853cc88b738a54dd.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile
index 0529600e786a..5b06a79ef5dd 100644
--- a/x11-toolkits/gtk-sharp20/Makefile
+++ b/x11-toolkits/gtk-sharp20/Makefile
@@ -11,14 +11,12 @@ PKGNAMESUFFIX= 20
MAINTAINER= mono@FreeBSD.org
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
-BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
-RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \
- p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
+RUN_DEPENDS= p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gtk20 libglade2
-USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2
+USES= gmake libtool:keepla mono pathfix perl5 pkgconfig shebangfix tar:bzip2
SHEBANG_FILES= parser/*.pl
USE_PERL5= run
MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
@@ -27,5 +25,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
${WRKSRC}/glib/glue/*.c
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>