From b58441067e914047c380d69ae6690e39ab135ba4 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 30 Mar 2009 05:54:57 +0000 Subject: Add compile-test support for libxul. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12194 df743ca5-7f9a-e211-a948-0013205c9059 --- security/seahorse-plugins/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'security') 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 # # $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 +.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 -- cgit