diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 21:19:00 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 21:19:00 +0000 |
commit | 3146bc68fa835a8982ddf6f24a900602f0dd9da9 (patch) | |
tree | dec496594616d2e15386236ab6cb179bb803dba9 /graphics/zphoto | |
parent | d1e979f000b04db7d7df7f36a1f2462c3be60bc3 (diff) |
Notes
Diffstat (limited to 'graphics/zphoto')
-rw-r--r-- | graphics/zphoto/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 189aedaa09c5..841e2a87d3ed 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -21,9 +21,7 @@ LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \ .if !defined (WITHOUT_AVIPLAY) LIB_DEPENDS+= aviplay.0:${PORTSDIR}/multimedia/avifile .endif -.if defined (WITH_WXGTK) -LIB_DEPENDS+= wx_gtk-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk -.elif defined (WITH_WXGTK2) +.if defined (WITH_WXGTK2) LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 .endif .if !defined (WITHOUT_ZIP) |