diff options
author | makc <makc@FreeBSD.org> | 2010-10-30 02:04:39 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-30 02:04:39 +0800 |
commit | 6dc6be983480005aa9b953277cd08d2a321b2107 (patch) | |
tree | 052aae388ed9f87e627661b1a12f07d8b89fa072 /multimedia | |
parent | 98ebdfafc322c937a4b3f704f295e62ee6b6aa61 (diff) | |
download | freebsd-ports-gnome-6dc6be983480005aa9b953277cd08d2a321b2107.tar.gz freebsd-ports-gnome-6dc6be983480005aa9b953277cd08d2a321b2107.tar.zst freebsd-ports-gnome-6dc6be983480005aa9b953277cd08d2a321b2107.zip |
Switch to libxul from seamonkey when building with ns plugin (requested by gecko@)
Remove stale configure option
Remove md5 sum while here
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gxine/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gxine/distinfo | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile index eeaf26baf5e8..6b8a3f2190c6 100644 --- a/multimedia/gxine/Makefile +++ b/multimedia/gxine/Makefile @@ -66,7 +66,7 @@ CONFIGURE_ARGS+=--without-browser-plugin --with-spidermonkey PLIST_SUB+= MOZILLA_PLUGIN="@comment " .else USE_XORG+= xaw -USE_GECKO= seamonkey +USE_GECKO= libxul USE_WEBPLUGINS= native WEBPLUGINS_DIR= ${PREFIX}/lib/gxine WEBPLUGINS_FILES=gxineplugin.so @@ -74,7 +74,6 @@ WEBPLUGINS_FILES=gxineplugin.so LIB_DEPENDS+= nspr4.1:${PORTSDIR}/devel/nspr CONFIGURE_ENV+= NSPR_CFLAGS="-I${LOCALBASE}/include/nspr" \ NSPR_LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-libjs PLIST_SUB+= MOZILLA_PLUGIN="" .endif diff --git a/multimedia/gxine/distinfo b/multimedia/gxine/distinfo index 5655e43ef478..5e376715269d 100644 --- a/multimedia/gxine/distinfo +++ b/multimedia/gxine/distinfo @@ -1,3 +1,2 @@ -MD5 (gxine-0.5.905.tar.bz2) = 3c9092f1c5c8dc85e95ca327cdcc77af SHA256 (gxine-0.5.905.tar.bz2) = 9dcca3e581fddfc4cea8f9e45c99652f4dd336c1ca7726e910870b9c778b0cbf SIZE (gxine-0.5.905.tar.bz2) = 1203720 |