diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-10-30 04:33:09 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-10-30 04:33:09 +0000 |
commit | c04f3c7ce3527f2eda72a8521e73a02483d96c53 (patch) | |
tree | 7b5dd29a7a4b6c8f95520bf6086fbd32098ea3f7 /mail/pantomime | |
parent | 185f25b86eb96f9764834649309839e1c0e632a2 (diff) | |
download | FreeBSD-ports-c04f3c7ce3527f2eda72a8521e73a02483d96c53.zip FreeBSD-ports-c04f3c7ce3527f2eda72a8521e73a02483d96c53.tar.gz |
- use PKGNAMESUFFIX
Diffstat (limited to 'mail/pantomime')
-rw-r--r-- | mail/pantomime/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index dfb92fd..773ee9e 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -10,6 +10,9 @@ PORTVERSION= 1.0.5 CATEGORIES= mail MASTER_SITES= http://extrovert.screwdriver.net/~extra/ \ ftp://ftp.gnustep.org/pub/gnustep/libs/ +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif DISTNAME= Pantomime-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |