summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2004-04-06 18:14:33 +0000
committerMax Khon <fjoe@FreeBSD.org>2004-04-06 18:14:33 +0000
commit27f3d6050f8f8db80590c0043db846fba24d7524 (patch)
tree23b4ee469a0e3352b9e14c3700004b73909ca4e9 /x11-toolkits/wxgtk
parentUpdate 2.4.17 --> 2.4.18 (diff)
Add missing dependency on jpeg.9.
Notes
Notes: svn path=/head/; revision=106338
Diffstat (limited to 'x11-toolkits/wxgtk')
-rw-r--r--x11-toolkits/wxgtk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk/Makefile b/x11-toolkits/wxgtk/Makefile
index 0b4c17976d1d..8a878937b174 100644
--- a/x11-toolkits/wxgtk/Makefile
+++ b/x11-toolkits/wxgtk/Makefile
@@ -19,6 +19,7 @@ MAINTAINER?= fjoe@FreeBSD.org
COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
USE_BZIP2= yes