diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-31 18:18:56 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-31 18:18:56 +0000 |
commit | cfaf2143ccee9191e1a9fbd8525766f08a8e1b28 (patch) | |
tree | 09f4a4ecbe4b2263a8c62f05b53718df463c0dfe /www/firefox10/Makefile | |
parent | a96ac74f243d74ee25d6a899ef95379f86c2daa6 (diff) | |
download | FreeBSD-ports-cfaf2143ccee9191e1a9fbd8525766f08a8e1b28.zip FreeBSD-ports-cfaf2143ccee9191e1a9fbd8525766f08a8e1b28.tar.gz |
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
Diffstat (limited to 'www/firefox10/Makefile')
-rw-r--r-- | www/firefox10/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 2e9eca7..003a5ad 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/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 |