diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-30 04:33:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-30 04:33:09 +0000 |
commit | ac871c27afd591b0e647e658a455b93c9250184d (patch) | |
tree | 30d71b865b7cc3b0afda8d6b6d512e64a352799d /mail/pantomime | |
parent | 3d93207ed21f452263549ef822c2bd7331e19ddc (diff) | |
download | ports-ac871c27afd591b0e647e658a455b93c9250184d.tar.gz ports-ac871c27afd591b0e647e658a455b93c9250184d.zip |
Notes
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 dfb92fdb049b..773ee9eaa272 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 |