diff options
Diffstat (limited to 'x11-toolkits/vte3/Makefile')
-rw-r--r-- | x11-toolkits/vte3/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index a61c0af75..7c35fa89f 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -4,6 +4,7 @@ PORTNAME?= vte PORTVERSION= 0.36.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R} @@ -23,7 +24,7 @@ VTE3_SLAVE?= no RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper .endif -USES+= bison gettext gmake libtool:keepla pathfix pkgconfig +USES+= bison gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk30 referencehack introspection:build @@ -36,6 +37,7 @@ CONFIGURE_ARGS?=--disable-python \ --disable-Bsymbolic \ --disable-gnome-pty-helper \ --disable-freetypetest +INSTALL_TARGET= install-strip .if !defined(MASTERDIR) OPTIONS_DEFINE= GLX @@ -55,11 +57,6 @@ CONFIGURE_ARGS+= --with-glX USE_GL= yes .endif -.if ${VTE3_SLAVE}!=yes -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvte2_90.so.9 -.endif - .include <bsd.port.mk> .endif |