summaryrefslogtreecommitdiffstats
path: root/www/libxul/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-08 01:47:01 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-08 01:47:01 +0800
commitd1053e61bb5b3367e25b92f180e27ad3b8eb01cd (patch)
tree43d91ebe6dc9fd5561947e1b57b09f0bccdd49ab /www/libxul/Makefile
parent1fa79cf9e7248fce4e6522c0b2bd3e189ab75adb (diff)
downloadmarcuscom-ports-d1053e61bb5b3367e25b92f180e27ad3b8eb01cd.tar
marcuscom-ports-d1053e61bb5b3367e25b92f180e27ad3b8eb01cd.tar.gz
marcuscom-ports-d1053e61bb5b3367e25b92f180e27ad3b8eb01cd.tar.bz2
marcuscom-ports-d1053e61bb5b3367e25b92f180e27ad3b8eb01cd.tar.lz
marcuscom-ports-d1053e61bb5b3367e25b92f180e27ad3b8eb01cd.tar.xz
marcuscom-ports-d1053e61bb5b3367e25b92f180e27ad3b8eb01cd.tar.zst
marcuscom-ports-d1053e61bb5b3367e25b92f180e27ad3b8eb01cd.zip
Add a missing dependency on dbus-glib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12231 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/libxul/Makefile')
-rw-r--r--www/libxul/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile
index 6a9cbc99a..3d44a3c27 100644
--- a/www/libxul/Makefile
+++ b/www/libxul/Makefile
@@ -3,12 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/www/libxul/Makefile,v 1.23 2009/04/04 19:56:22 marcus Exp $
+# $MCom: ports/www/libxul/Makefile,v 1.24 2009/04/06 05:38:59 marcus Exp $
#
PORTNAME= libxul
PORTVERSION= 1.9.0.7
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= www devel
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/
@@ -17,6 +17,8 @@ DISTNAME= xulrunner-${PORTVERSION}-source
MAINTAINER?= gnome@FreeBSD.org
COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps
+LIB_DEPENDS?= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+
CONFLICTS= mozilla-[0-9]* xulrunner-[0-9]*
GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \
lib/${MOZILLA}/include lib/${MOZILLA}/lib \