diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-02 21:03:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-02 21:03:39 +0000 |
commit | 825e9422dde250b7c4f2dd9f69803e2c1527ca8e (patch) | |
tree | 8e654ed0a072b2c25edf5a9cde1a662613ad5e32 /games/znibbles | |
parent | ae9670b9119829949ce9df4acb07a5086a418954 (diff) | |
download | ports-825e9422dde250b7c4f2dd9f69803e2c1527ca8e.tar.gz ports-825e9422dde250b7c4f2dd9f69803e2c1527ca8e.zip |
Notes
Diffstat (limited to 'games/znibbles')
-rw-r--r-- | games/znibbles/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile index 7aa1e9e3be43..39a2c267243a 100644 --- a/games/znibbles/Makefile +++ b/games/znibbles/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +REQUIRES_MOTIF= yes HAS_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" |