diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 12:24:29 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-22 12:24:29 +0000 |
commit | c60ed9eed996135f54859c61e4e972bab754fce3 (patch) | |
tree | bfcfefdcd11cae07bf4445373867075a72df0e87 /x11-toolkits | |
parent | 9fba3054bae2d764bd4ce17d8acdb74150a8853a (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnome-sharp20/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/gnome-sharp20/pkg-plist | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-toolkits/gnome-sharp20/Makefile b/x11-toolkits/gnome-sharp20/Makefile index e34f7e32caf8..f6b384b40bde 100644 --- a/x11-toolkits/gnome-sharp20/Makefile +++ b/x11-toolkits/gnome-sharp20/Makefile @@ -10,17 +10,14 @@ MASTER_SITES= GNOME MAINTAINER= mono@FreeBSD.org COMMENT= GNOME interfaces for the .NET runtime -LATEST_LINK= gnome-sharp20 -USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= gmake perl5 pkgconfig +USES= gmake libtool pathfix perl5 pkgconfig tar:bzip2 USE_PERL5= run -USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \ - libgnomeui +USE_GNOME= gnomepanel gtksharp20 librsvg2 vte libgnomeprintui libgnomeui MAKE_JOBS_UNSAFE= yes +INSTALL_TARGET= install-strip -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' diff --git a/x11-toolkits/gnome-sharp20/pkg-plist b/x11-toolkits/gnome-sharp20/pkg-plist index aff7bf97447a..95bd75b537fa 100644 --- a/x11-toolkits/gnome-sharp20/pkg-plist +++ b/x11-toolkits/gnome-sharp20/pkg-plist @@ -135,3 +135,5 @@ share/gapi-2.0/gnome-vfs-api.xml @dirrm lib/mono/gac/gconf-sharp @dirrm lib/mono/gac/art-sharp/2.24.0.0__35e10195dab3c99f @dirrm lib/mono/gac/art-sharp +@dirrmtry lib/mono/gac +@dirrmtry lib/mono/ |