summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-03-02 21:03:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-03-02 21:03:39 +0000
commit825e9422dde250b7c4f2dd9f69803e2c1527ca8e (patch)
tree8e654ed0a072b2c25edf5a9cde1a662613ad5e32 /games
parentUpdate to version 0.9.1 (diff)
Add REQUIRES_MOTIF, it doesn't actually link to Motif libraries but
wants the include files.
Notes
Notes: svn path=/head/; revision=26499
Diffstat (limited to 'games')
-rw-r--r--games/znibbles/Makefile1
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}"