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/gnome-sharp20 | |
parent | 49a6294c010d05471f88ca31210aafcd550b3681 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gnome-sharp20')
-rw-r--r-- | x11-toolkits/gnome-sharp20/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index 54394acc3067..ff4bcd2b0048 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -12,7 +12,7 @@ COMMENT= GNOME interfaces for the .NET runtime GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake libtool:keepla pathfix perl5 pkgconfig tar:bzip2 +USES= gmake libtool:keepla mono pathfix perl5 pkgconfig tar:bzip2 USE_PERL5= run USE_GNOME= gnomepanel gtksharp20 librsvg2 vte libgnomeprintui libgnomeui MAKE_JOBS_UNSAFE= yes @@ -22,5 +22,4 @@ post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" .include <bsd.port.mk> |