diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 13:29:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 13:29:39 +0000 |
commit | 650f107d75ff32aa55c36b9b853cc88b738a54dd (patch) | |
tree | be9f8d226e990dc810d19cbe065604501940562c /x11-toolkits/gtk-sharp10 | |
parent | 49a6294c010d05471f88ca31210aafcd550b3681 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtk-sharp10')
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index b0b31e87a5bb..6b698b2a0c94 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono LATEST_LINK= gtk-sharp10 GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake pathfix perl5 pkgconfig +USES= gmake mono pathfix perl5 pkgconfig USE_PERL5= run USE_GNOME= gtkhtml3 vte librsvg2 libgnomecanvas \ libgnomeprintui libglade2 libgnomeui @@ -33,5 +33,4 @@ post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/glib/glue/slist.c ${WRKSRC}/glib/glue/list.c -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> |