diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:11:32 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:11:32 +0800 |
commit | 01799001f1cdb6217ba45462645e79bf3c4030a9 (patch) | |
tree | b65bd288589d8bbe5ed405c053cb731ce66fc361 /x11-toolkits | |
parent | fea2f3dc4c32c1d135a54691c2334301c42a0d53 (diff) | |
download | freebsd-ports-gnome-01799001f1cdb6217ba45462645e79bf3c4030a9.tar.gz freebsd-ports-gnome-01799001f1cdb6217ba45462645e79bf3c4030a9.tar.zst freebsd-ports-gnome-01799001f1cdb6217ba45462645e79bf3c4030a9.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/jdic/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/jdic/Makefile b/x11-toolkits/jdic/Makefile index ee6e615d4d6c..db1b5b6a0601 100644 --- a/x11-toolkits/jdic/Makefile +++ b/x11-toolkits/jdic/Makefile @@ -32,7 +32,7 @@ JAVA_VERSION= 1.5+ USE_LDCONFIG= yes # Do not build mozembed: it requires Gecko_SDK and XULRunner, which is # broken ATM - see <http://developer.mozilla.org/en/docs/Gecko_SDK>. -#USE_GECKO= firefox seamonkey mozilla +#USE_GECKO= seamonkey libxul #ALL_TARGET= buildall ALL_TARGET= buildtray @@ -70,5 +70,4 @@ regression-test: install java -cp "${JAVAJARDIR}/jdic.jar:." Tray) .endif -#.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" .include <bsd.port.post.mk> diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index f96076e6ced4..7e8bcd2b38b8 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell \ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl -USE_GECKO= libxul firefox xulrunner mozilla +USE_GECKO= libxul USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes @@ -43,7 +43,6 @@ DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras .endif .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(GECKO) && ${GECKO:Mlibxul}!="" CONFIGURE_ARGS+= --with-gtkmozembed=mozilla |