diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-04-23 13:25:16 +0000 |
commit | aad09bc5e23eb75a7a865a8b0002fbc6e13d4659 (patch) | |
tree | 69c07cdc4812f0f8be0cc44c38513f540c058778 /multimedia/gxine | |
parent | 5c818b158c5b9479669f8322b4da8c48f5c30ef9 (diff) |
Notes
Diffstat (limited to 'multimedia/gxine')
-rw-r--r-- | multimedia/gxine/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 6c13cbd78875..a11d86fb1410 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -3,7 +3,7 @@ PORTNAME= gxine PORTVERSION= 0.5.907 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} @@ -19,10 +19,9 @@ LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr \ OPTIONS_DEFINE= MOZILLA_PLUGIN GNOME LIRC MOZILLA_PLUGIN_DESC= Mozilla plugin -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake libtool:keepla pathfix pkgconfig tar:xz USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool -CONFIGURE_ENV= MKDIR_P="${MKDIR}" +GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-hal --with-libintl-prefix=${LOCALBASE} INSTALLS_ICONS= yes |