diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-13 10:28:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-13 10:28:39 +0000 |
commit | f71b7dc6fd3271c99b70f8cae3797be444b22349 (patch) | |
tree | d5a21cee181725f484e2392e7e3c3c2dc147bea0 /x11-toolkits/gtk-sharp20 | |
parent | 8e3dcb3c28e7285465f3366e868a6795f71f059b (diff) | |
download | ports-f71b7dc6fd3271c99b70f8cae3797be444b22349.tar.gz ports-f71b7dc6fd3271c99b70f8cae3797be444b22349.zip |
Add USES=libtool:keepla.
Notes
Notes:
svn path=/head/; revision=353932
Diffstat (limited to 'x11-toolkits/gtk-sharp20')
-rw-r--r-- | x11-toolkits/gtk-sharp20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile index 2ee1a46b15a5..0529600e786a 100644 --- a/x11-toolkits/gtk-sharp20/Makefile +++ b/x11-toolkits/gtk-sharp20/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtk-sharp PORTVERSION= 2.12.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= GNOME PKGNAMESUFFIX= 20 @@ -18,7 +18,7 @@ RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \ GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gtk20 libglade2 -USES= gmake pathfix perl5 pkgconfig shebangfix tar:bzip2 +USES= gmake libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2 SHEBANG_FILES= parser/*.pl USE_PERL5= run MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} |