diff options
author | Romain Tartière <romain@FreeBSD.org> | 2013-11-16 17:58:27 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2013-11-16 17:58:27 +0000 |
commit | 7a93b3b2d54c71f601108714d2340b222e38c944 (patch) | |
tree | 56d9f20a21123b7fcc90178ff6354d370cbb0a94 /x11-toolkits/gtk-sharp20 | |
parent | a28265acc38d405f42d00fc4ea3b99477e706f33 (diff) | |
download | ports-7a93b3b2d54c71f601108714d2340b222e38c944.tar.gz ports-7a93b3b2d54c71f601108714d2340b222e38c944.zip |
Freshen-up port and rename package.
Notes
Notes:
svn path=/head/; revision=334017
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 8f999eff3921..c0393e79492d 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 2.12.10 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= GNOME +PKGNAMESUFFIX= 20 MAINTAINER= mono@FreeBSD.org COMMENT= GTK+ and GNOME interfaces for the .NET runtime @@ -18,11 +19,11 @@ LATEST_LINK= gtk-sharp20 USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= perl5 gmake pkgconfig +USE_GNOME= gtk20 libglade2 +USES= gmake pathfix perl5 pkgconfig USE_PERL5= run -USE_GNOME= gnomehack gtk20 libglade2 +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \ 's|^#!/usr/bin/perl|#!${PERL}|' |