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 /games/gomoku.app | |
parent | use PKGNAMESUFFIX (diff) |
- use PKGNAMESUFFIX
Notes
Notes:
svn path=/head/; revision=69140
Diffstat (limited to 'games/gomoku.app')
-rw-r--r-- | games/gomoku.app/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index b3a1e95288a4..7df9d24728b9 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -9,6 +9,9 @@ PORTNAME= gomoku.app PORTVERSION= 1.2.6 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ +.if defined(GNUSTEP_GUI_DEVEL) +PKGNAMESUFFIX?= -devel +.endif DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org |