summaryrefslogtreecommitdiff
path: root/games/abridge/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-14 12:37:26 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-14 12:37:26 +0000
commit93826fe929c63e9a1430bb8be8d83c4c69e7c0aa (patch)
tree678deb5a7de3cc8dcbeee6e85317bbb4986f4f2d /games/abridge/Makefile
parentcorrect the syntax of the warning -> error options (diff)
Switch to wxgtk2.
Notes
Notes: svn path=/head/; revision=93942
Diffstat (limited to '')
-rw-r--r--games/abridge/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/abridge/Makefile b/games/abridge/Makefile
index 2b9c70767857..ee93958c73f0 100644
--- a/games/abridge/Makefile
+++ b/games/abridge/Makefile
@@ -13,10 +13,11 @@ MASTER_SITES= http://www.abridgegame.org/src/
MAINTAINER= Janos.Mohacsi@bsd.hu
COMMENT= Bridge game
-LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
+LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2-2.4-config
-MAN1= abridge.1
+MAN1= abridge.1
.include <bsd.port.mk>