diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 14:36:23 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 14:36:23 +0800 |
commit | 97830337b8c0333a12d15a49ea1f9c9cdc3dfddf (patch) | |
tree | a059ae14b97a6e427c4c5a801e98bb245e73742e /games/garith | |
parent | 38d35e3db9111f42b79313f05731c75e6e55d7e8 (diff) | |
download | freebsd-ports-gnome-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.tar.gz freebsd-ports-gnome-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.tar.zst freebsd-ports-gnome-97830337b8c0333a12d15a49ea1f9c9cdc3dfddf.zip |
Implement USE_GTK, part 1.
Diffstat (limited to 'games/garith')
-rw-r--r-- | games/garith/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/garith/Makefile b/games/garith/Makefile index c2587f991497..068956596fce 100644 --- a/games/garith/Makefile +++ b/games/garith/Makefile @@ -12,13 +12,9 @@ MASTER_SITES= http://www.cnm-vra.com/micah/garith/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - ALL_TARGET= # empty USE_X_PREFIX= yes -MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" +USE_GTK= yes WRKSRC= ${WRKDIR}/garith do-install: |