aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-05-13 04:52:05 +0800
committerkrion <krion@FreeBSD.org>2005-05-13 04:52:05 +0800
commit05f791f696ff6b3e41a8df78307b217214e9a58d (patch)
tree88b445757dbec49d023983d3febb9c36ed013ae3 /graphics
parentdb986976a4fe09dbe805140cc202101308a35414 (diff)
downloadfreebsd-ports-graphics-05f791f696ff6b3e41a8df78307b217214e9a58d.tar.gz
freebsd-ports-graphics-05f791f696ff6b3e41a8df78307b217214e9a58d.tar.zst
freebsd-ports-graphics-05f791f696ff6b3e41a8df78307b217214e9a58d.zip
Fix build with wxgtk24.
Pointyhat goes to: fjoe
Diffstat (limited to 'graphics')
-rw-r--r--graphics/zphoto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile
index 520e921413d..189aedaa09c 100644
--- a/graphics/zphoto/Makefile
+++ b/graphics/zphoto/Makefile
@@ -24,7 +24,7 @@ LIB_DEPENDS+= aviplay.0:${PORTSDIR}/multimedia/avifile
.if defined (WITH_WXGTK)
LIB_DEPENDS+= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk
.elif defined (WITH_WXGTK2)
-LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk2
+LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
.endif
.if !defined (WITHOUT_ZIP)
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip