aboutsummaryrefslogtreecommitdiff
path: root/sysutils/brasero
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-04-27 16:55:11 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-04-27 16:55:11 +0000
commit98e446ae1c71c08f0f01021cf649921d5d61ca99 (patch)
tree4b415afedd10bcefbeee9660c1ad731ac811531e /sysutils/brasero
parentbae084f1fb7e2a8ad159c3d2c328ac504ed7f71a (diff)
downloadports-98e446ae1c71c08f0f01021cf649921d5d61ca99.tar.gz
ports-98e446ae1c71c08f0f01021cf649921d5d61ca99.zip
Notes
Diffstat (limited to 'sysutils/brasero')
-rw-r--r--sysutils/brasero/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/brasero/Makefile b/sysutils/brasero/Makefile
index f9c79fecc00a..a1054f392ae3 100644
--- a/sysutils/brasero/Makefile
+++ b/sysutils/brasero/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= growisofs:${PORTSDIR}/sysutils/dvd+rw-tools \
CONFLICTS= brasero-3.[0-9]*
GNU_CONFIGURE= yes
-USE_XORG= sm
+USE_XORG= ice sm
USES= pathfix gettext shared-mime-info gmake pkgconfig tar:bzip2 \
libtool desktop-file-utils
USE_GNOME= intlhack gnomeprefix gnomedocutils
@@ -72,5 +72,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|" == "|" = "|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/proc/self/fd/0|/dev/fd/0|g' ${WRKSRC}/po/*.po
+ @${REINPLACE_CMD} -e '/BRASERO_SM_LIBS =/s/$$/ -lICE/' \
+ ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>