diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-11 18:07:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-11 18:07:23 +0800 |
commit | 9c0f0d4c375248ac6836de3c4d1761c620602a61 (patch) | |
tree | fe36a17adcda95551d26c216a54e677519434670 /x11 | |
parent | d8ea1cf0db88283ae1d01b77f271a6c556c64d8a (diff) | |
download | freebsd-ports-gnome-9c0f0d4c375248ac6836de3c4d1761c620602a61.tar.gz freebsd-ports-gnome-9c0f0d4c375248ac6836de3c4d1761c620602a61.tar.zst freebsd-ports-gnome-9c0f0d4c375248ac6836de3c4d1761c620602a61.zip |
Support stage
Modernize
Reduce overlinking by using USES=libtool
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-terminal/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index 526ebd9db481..e696c216176e 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnome-terminal PORTVERSION= 2.32.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -12,21 +12,18 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Terminal component for the GNOME 2 Desktop -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification -USES= gettext gmake pkgconfig -USE_BZIP2= yes +USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes USE_XORG= sm -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 vte gnomedocutils \ - libgnome +USE_GNOME= gnomeprefix intlhack gconf2 vte gnomedocutils libgnome GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= gnome-terminal.schemas -NO_STAGE= yes post-patch: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ ${WRKSRC}/configure ${WRKSRC}/config.h.in |