diff options
author | tijl <tijl@FreeBSD.org> | 2014-05-13 18:28:39 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-05-13 18:28:39 +0800 |
commit | 091cce189d6cf37770739f5e62900b25f9518e82 (patch) | |
tree | d5a21cee181725f484e2392e7e3c3c2dc147bea0 /x11-toolkits | |
parent | d002037183797754ce8a225d6e4975123074e7dd (diff) | |
download | freebsd-ports-gnome-091cce189d6cf37770739f5e62900b25f9518e82.tar.gz freebsd-ports-gnome-091cce189d6cf37770739f5e62900b25f9518e82.tar.zst freebsd-ports-gnome-091cce189d6cf37770739f5e62900b25f9518e82.zip |
Add USES=libtool:keepla.
Diffstat (limited to 'x11-toolkits')
-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} |