summaryrefslogtreecommitdiff
path: root/www/firefox3-devel/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-31 18:18:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-31 18:18:56 +0000
commit1b4dbed476f7bd543491edeee1d5ecbc362c5912 (patch)
treed1d653a20f0214e776a973f305fccaab8341e9d7 /www/firefox3-devel/Makefile
parentUpdate to 1.99.6. (diff)
Fix the GTK+-1.2 plist. To do this, we create one plist for GTK1 and one for
GTK2. This is easier to maintain using the cons-plist target. Reported by: kris via bento
Notes
Notes: svn path=/head/; revision=86062
Diffstat (limited to 'www/firefox3-devel/Makefile')
-rw-r--r--www/firefox3-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile
index 2e9eca7d9598..003a5ad0f9ca 100644
--- a/www/firefox3-devel/Makefile
+++ b/www/firefox3-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= firebird
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= www
#MASTER_SITES= ${MASTER_SITE_MOZILLA}
#MASTER_SITE_SUBDIR= firebird/releases/${PORTVERSION}
@@ -39,8 +40,10 @@ ALL_TARGET= default
.if defined(WITH_GTK2)
USE_GNOME= gtk20 libidl
PKGNAMESUFFIX= -gtk2
+PLIST= pkg-plist.gtk2
.else
USE_GNOME= gtk12 orbit
+PLIST= pkg-plist.gtk1
.endif
NO_MTREE= yes