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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/chmsee/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index 5b28390df018..0df88f12b38e 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ gcrypt.16:${PORTSDIR}/security/libgcrypt USE_GNOME= gnomehier libglade2 -USE_GECKO= libxul seamonkey xulrunner mozilla +USE_GECKO= libxul seamonkey USE_GETTEXT= yes USE_CMAKE= yes CMAKE_USE_PTHREAD= yes @@ -26,7 +26,6 @@ CMAKE_ARGS= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=TRUE MAN1= chmsee.1 .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(GECKO) && ${GECKO:Mlibxul}!="" GTKMOZEMBED_LIB="${GECKO}-embedding-unstable nspr" |