diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-16 03:40:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-16 03:40:37 +0000 |
commit | c2436f45b573a4c436c8b68ae841ae672a078e39 (patch) | |
tree | 5e709bce8c3d6e1f8f94fb89fa247bd4f3aad160 /www/mozilla-devel/Makefile | |
parent | Add 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/mozilla-devel/Makefile')
-rw-r--r-- | www/mozilla-devel/Makefile | 1 |
1 files changed, 1 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 |