summaryrefslogtreecommitdiff
path: root/games/gomoku.app/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-02 06:16:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-02 06:16:05 +0000
commit650fb5d7d781a890b938a06a5396363a9dab70ae (patch)
treeb2777e47400ff4988b79b48be9aacfdeb6a28847 /games/gomoku.app/Makefile
parentAdd py-posix1e 0.2.1, Python module for manipulating POSIX.1e ACLs (diff)
- use new backend as default
- make portlint happy - Update MASTER_SITES
Notes
Notes: svn path=/head/; revision=72170
Diffstat (limited to 'games/gomoku.app/Makefile')
-rw-r--r--games/gomoku.app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile
index 7df9d24728b9..f72527344b1b 100644
--- a/games/gomoku.app/Makefile
+++ b/games/gomoku.app/Makefile
@@ -16,7 +16,7 @@ DISTNAME= Gomoku-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
-.if defined(GNUSTEP_GUI_DEVEL)
+.if !defined(GNUSTEP_GUI_OLD)
BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
.else