diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 17:00:53 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 17:00:53 +0000 |
commit | edf526ceb83eaa35b02c05a9ceca9d5a5b333a2b (patch) | |
tree | 79aeb46db140fd315b214fd50c7838564dcd1602 /editors/gedit | |
parent | 91e69da95968fb7d1251b0733e3cec8106094966 (diff) |
Notes
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index eb0e40160a84..12d47a32eea4 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-co USES= desktop-file-utils gettext gmake libtool:keepla pathfix \ pkgconfig tar:bzip2 -USE_XORG= sm +USE_XORG= ice sm INSTALLS_OMF= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes @@ -45,4 +45,8 @@ CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif +post-patch: + ${REINPLACE_CMD} '/EGG_SMCLIENT_LIBS =/s/$$/ -lICE/' \ + ${WRKSRC}/gedit/smclient/Makefile.in + .include <bsd.port.post.mk> |