diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-04 20:52:58 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-04 20:52:58 +0000 |
commit | cfe549241146c58ccb45e910d6e39c17b8a8a364 (patch) | |
tree | e93872de1ce3bb00dad78f305e2eff1f00b2e85b /games/abridge | |
parent | Add ports for wxgtk2 and wxgtk2-unicode (+contrib ports for both). (diff) |
Chase wxgtk library name (and version) change.
Notes
Notes:
svn path=/head/; revision=93109
Diffstat (limited to '')
-rw-r--r-- | games/abridge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/abridge/Makefile b/games/abridge/Makefile index 6b5d11d22de9..8dcdc7c5143e 100644 --- a/games/abridge/Makefile +++ b/games/abridge/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.abridgegame.org/src/ MAINTAINER= Janos.Mohacsi@bsd.hu COMMENT= Bridge game -LIB_DEPENDS= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel +LIB_DEPENDS= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk-devel GNU_CONFIGURE= yes |