diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-31 18:18:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-31 18:18:56 +0000 |
commit | 1b4dbed476f7bd543491edeee1d5ecbc362c5912 (patch) | |
tree | d1d653a20f0214e776a973f305fccaab8341e9d7 /www/firefox36/Makefile | |
parent | 6096bfd3ce529e9f3027eb20184b6acab25f45e3 (diff) |
Notes
Diffstat (limited to 'www/firefox36/Makefile')
-rw-r--r-- | www/firefox36/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 2e9eca7d9598..003a5ad0f9ca 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/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 |