aboutsummaryrefslogtreecommitdiff
path: root/games
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
parent848d6ca0260fbeb792e11b06b0c025a315f318db (diff)
downloadports-93826fe929c63e9a1430bb8be8d83c4c69e7c0aa.tar.gz
ports-93826fe929c63e9a1430bb8be8d83c4c69e7c0aa.zip
Notes
Diffstat (limited to 'games')
-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>