diff options
Diffstat (limited to 'games/gomoku.app/Makefile')
-rw-r--r-- | games/gomoku.app/Makefile | 2 |
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 |