diff options
author | tijl <tijl@FreeBSD.org> | 2014-04-30 00:17:08 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-04-30 00:17:08 +0800 |
commit | a15075b86dc5c0a4b353253ac748c5badc34e346 (patch) | |
tree | 57297283e838be579b26ba53958225ef6806c579 /x11 | |
parent | be85191119f5ce2d2f3da5a262de0887164616b5 (diff) | |
download | freebsd-ports-gnome-a15075b86dc5c0a4b353253ac748c5badc34e346.tar.gz freebsd-ports-gnome-a15075b86dc5c0a4b353253ac748c5badc34e346.tar.zst freebsd-ports-gnome-a15075b86dc5c0a4b353253ac748c5badc34e346.zip |
Fix build after r351936 by adding a dependency on libICE.
Reported by: olgeni
Diffstat (limited to 'x11')
-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> |