diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:11:32 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-11-27 09:11:32 +0000 |
commit | ab9d3a7b76d329c3349642bb66ffe85e753b47fc (patch) | |
tree | 1a9bb1913e9d1f9df1c73a5341da371a8293ef67 /x11-toolkits/py-gnome-extras | |
parent | 47a44eda6b6734aff454cd3058122c0ca3a9bfd9 (diff) | |
download | ports-ab9d3a7b76d329c3349642bb66ffe85e753b47fc.tar.gz ports-ab9d3a7b76d329c3349642bb66ffe85e753b47fc.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
Approved by: portmgr (miwi)
Exp-run by: miwi
Notes
Notes:
svn path=/head/; revision=244841
Diffstat (limited to 'x11-toolkits/py-gnome-extras')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |