diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-29 16:17:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-29 16:17:08 +0000 |
commit | 0f4e2dc25a25e11b5adced7f53b1d0a95fc1571b (patch) | |
tree | 57297283e838be579b26ba53958225ef6806c579 /x11/gnome-terminal | |
parent | 62770bd9932b28d52bdcc5900ed37825eced5752 (diff) | |
download | ports-0f4e2dc25a25e11b5adced7f53b1d0a95fc1571b.tar.gz ports-0f4e2dc25a25e11b5adced7f53b1d0a95fc1571b.zip |
Notes
Diffstat (limited to 'x11/gnome-terminal')
-rw-r--r-- | x11/gnome-terminal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile index e696c216176e..b8ee9375f3cb 100644 --- a/x11/gnome-terminal/Makefile +++ b/x11/gnome-terminal/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification USES= gettext gmake libtool pathfix pkgconfig tar:bzip2 INSTALLS_OMF= yes -USE_XORG= sm +USE_XORG= ice sm USE_GNOME= gnomeprefix intlhack gconf2 vte gnomedocutils libgnome GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -27,5 +27,7 @@ GCONF_SCHEMAS= gnome-terminal.schemas post-patch: @${TOUCH} ${WRKSRC}/aclocal.m4 ${WRKSRC}/Makefile.in \ ${WRKSRC}/configure ${WRKSRC}/config.h.in + @${REINPLACE_CMD} '/SMCLIENT_LIBS =/s/$$/ -lICE/' \ + ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> |