diff options
author | makc <makc@FreeBSD.org> | 2009-03-16 05:18:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-16 05:18:29 +0800 |
commit | 026f5e46e1853bb4d6dba723411f71c7c87c68aa (patch) | |
tree | f2b38957f904b892f8c25dccda71c5dd5b669013 /multimedia/gxine | |
parent | 62d22b4eac77026966c30b6c483a482a45baef02 (diff) | |
download | freebsd-ports-gnome-026f5e46e1853bb4d6dba723411f71c7c87c68aa.tar.gz freebsd-ports-gnome-026f5e46e1853bb4d6dba723411f71c7c87c68aa.tar.zst freebsd-ports-gnome-026f5e46e1853bb4d6dba723411f71c7c87c68aa.zip |
remove check for XCB, fix build without MOZILLA_PLUGIN
Diffstat (limited to 'multimedia/gxine')
-rw-r--r-- | multimedia/gxine/Makefile | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index 26029f8235f5..62b037d656db 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= gxine PORTVERSION= 0.5.903 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= SF MASTER_SITE_SUBDIR= xine @@ -25,8 +25,7 @@ USE_GCC= 4.2+ USE_XORG= x11 xaw ice MAKE_ARGS+= LDFLAGS=-shared-libgcc CNU_CONFIGURE= yes -CONFIGURE_ARGS+= --without-hal -CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--without-hal --with-libintl-prefix=${LOCALBASE} INSTALLS_ICONS= yes MANLANG= "" de es @@ -36,15 +35,10 @@ MANCOMPRESSED= no OPTIONS= MOZILLA_PLUGIN "Install Mozilla plugin" on \ GNOME "Enable Gnome integration" off \ DBUS "Enable dbus support" on \ - LIRC "Enable lirc support" off \ - XCB "Enable XCB support" off + LIRC "Enable lirc support" off .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -CFLAGS+= -O2 -.endif - .if defined(WITH_GNOME) USE_GNOME+= gnomevfs2 libgnomeui .else @@ -75,7 +69,7 @@ CONFIGURE_ARGS+= --disable-lirc .if defined(WITHOUT_MOZILLA_PLUGIN) LIB_DEPENDS+= js.1:${PORTSDIR}/lang/spidermonkey -CONFIGURE_ARGS+=--without-browser-plugin +CONFIGURE_ARGS+=--without-browser-plugin --with-spidermonkey PLIST_SUB+= MOZILLA_PLUGIN="@comment " .else USE_GECKO= firefox mozilla seamonkey xulrunner @@ -90,12 +84,6 @@ CONFIGURE_ARGS+=--disable-libjs PLIST_SUB+= MOZILLA_PLUGIN="" .endif -.if defined(WITH_XCB) -LIB_DEPENDS+= xcb.2:${PORTSDIR}/x11/libxcb -.else -CONFIGURE_ARGS+=--without-xcb -.endif - pre-configure: @${REINPLACE_CMD} -e "/^mkdir_p/s:@mkdir_p@:${MKDIR}:" \ ${WRKSRC}/po/Makefile.in.in |