summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-16 03:40:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-16 03:40:37 +0000
commitc2436f45b573a4c436c8b68ae841ae672a078e39 (patch)
tree5e709bce8c3d6e1f8f94fb89fa247bd4f3aad160 /www
parentAdd a PKGNAMESUFFIX when building with Perl to avoid a duplicate entry (diff)
Add a PKGNAMESUFFIX when building with GTK+-2 support to avoid potential
INDEX duplication.
Notes
Notes: svn path=/head/; revision=79051
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-devel/Makefile1
-rw-r--r--www/mozilla/Makefile1
-rw-r--r--www/seamonkey/Makefile1
-rw-r--r--www/seamonkey2/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile
index 100141bf4843..daf0c9711a23 100644
--- a/www/mozilla-devel/Makefile
+++ b/www/mozilla-devel/Makefile
@@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MOZILLA?= mozilla-devel
.if defined(WITH_GTK2)
+PKGNAMESUFFIX= -gtk2
USE_GNOME= gtk20 libidl
.else
USE_GNOME= gtk12 orbit
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile
index 7650823984d9..83741376befa 100644
--- a/www/mozilla/Makefile
+++ b/www/mozilla/Makefile
@@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MOZILLA?= mozilla
.if defined(WITH_GTK2)
+PKGNAMEESUFFIX= -gtk2
USE_GNOME= gtk20 libidl
.else
USE_GNOME= gtk12 orbit
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index 100141bf4843..daf0c9711a23 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MOZILLA?= mozilla-devel
.if defined(WITH_GTK2)
+PKGNAMESUFFIX= -gtk2
USE_GNOME= gtk20 libidl
.else
USE_GNOME= gtk12 orbit
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index 100141bf4843..daf0c9711a23 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -32,6 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
MOZILLA?= mozilla-devel
.if defined(WITH_GTK2)
+PKGNAMESUFFIX= -gtk2
USE_GNOME= gtk20 libidl
.else
USE_GNOME= gtk12 orbit