aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2013-11-17 01:58:27 +0800
committerromain <romain@FreeBSD.org>2013-11-17 01:58:27 +0800
commitfed4d26651a01a1fccad02b350201fbf34bb8b9f (patch)
tree56d9f20a21123b7fcc90178ff6354d370cbb0a94 /x11-toolkits
parentc583ded7fe295d7e917ca300101785dfc4e577c4 (diff)
downloadfreebsd-ports-gnome-fed4d26651a01a1fccad02b350201fbf34bb8b9f.tar.gz
freebsd-ports-gnome-fed4d26651a01a1fccad02b350201fbf34bb8b9f.tar.zst
freebsd-ports-gnome-fed4d26651a01a1fccad02b350201fbf34bb8b9f.zip
Freshen-up port and rename package.
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile7
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}|'