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/seamonkey | |
parent | 063e67aaae1b3df875130355df8fbe47e10d717b (diff) | |
download | ports-c2436f45b573a4c436c8b68ae841ae672a078e39.tar.gz ports-c2436f45b573a4c436c8b68ae841ae672a078e39.zip |
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/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |