diff options
Diffstat (limited to 'games/baduki/Makefile')
-rw-r--r-- | games/baduki/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile index 7fc323b3c713..d0d4920c3f80 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -8,13 +8,14 @@ PORTNAME= baduki PORTVERSION= 0.2.9 CATEGORIES= games -MASTER_SITES= http://soback.kornet21.net/~artist/baduk/ +MASTER_SITES= ftp://autoinst.acs.uci.edu/pub/go/ -MAINTAINER= spcoltri@unm.edu +MAINTAINER= spcoltri@omcl.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GNU_CONFIGURE= yes +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes USE_GMAKE= yes |