diff options
author | asami <asami@FreeBSD.org> | 2000-03-03 05:03:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-03-03 05:03:39 +0800 |
commit | 9af51bac3ce476ea274aec0d23ed066a2ba28128 (patch) | |
tree | 3a5b9e418ba4d794b3064cd69ef6437fba97b1f6 /games | |
parent | 1b6e01d93945ee965cd6f4011793b452c71d1cf4 (diff) | |
download | freebsd-ports-gnome-9af51bac3ce476ea274aec0d23ed066a2ba28128.tar.gz freebsd-ports-gnome-9af51bac3ce476ea274aec0d23ed066a2ba28128.tar.zst freebsd-ports-gnome-9af51bac3ce476ea274aec0d23ed066a2ba28128.zip |
Add REQUIRES_MOTIF, it doesn't actually link to Motif libraries but
wants the include files.
Diffstat (limited to 'games')
-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}" |