diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-30 13:54:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-30 13:54:57 +0800 |
commit | b58441067e914047c380d69ae6690e39ab135ba4 (patch) | |
tree | ed22c07ef3a7cddf93f134846d17995aeae7356f /security | |
parent | 6c9ac831fec0e24047c73384f62b2280be951703 (diff) | |
download | marcuscom-ports-b58441067e914047c380d69ae6690e39ab135ba4.tar.gz marcuscom-ports-b58441067e914047c380d69ae6690e39ab135ba4.tar.zst marcuscom-ports-b58441067e914047c380d69ae6690e39ab135ba4.zip |
Add compile-test support for libxul.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12194 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse-plugins/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 62169a772..f02262ff8 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -3,7 +3,7 @@ # Whom: Dave McKay <dave@mu.org> # # $FreeBSD$ -# $MCom: ports/security/seahorse-plugins/Makefile,v 1.8 2009/03/16 07:21:12 marcus Exp $ +# $MCom: ports/security/seahorse-plugins/Makefile,v 1.9 2009/03/17 22:38:44 kwm Exp $ # PORTNAME= seahorse-plugins @@ -20,7 +20,7 @@ LIB_DEPENDS= cryptui.0:${PORTSDIR}/security/seahorse USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -USE_GECKO= firefox xulrunner +USE_GECKO= firefox libxul USE_GNOME= gnomehack intlhack gnomeprefix libglade2 gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -38,6 +38,12 @@ MAN1= seahorse-agent.1 seahorse-tool.1 .include <bsd.port.pre.mk> +.if ${GECKO}=="libxul" +CONFIGURE_ARGS+=--with-gecko=libxul-unstable +.else +CONFIGURE_ARGS+=--with-gecko=${GECKO} +.endif + .if !defined(WITHOUT_GEDIT) BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit |