summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2005-05-22 14:57:48 +0000
committerMax Khon <fjoe@FreeBSD.org>2005-05-22 14:57:48 +0000
commitaebae6da29fb9ddda2a4745586673bfeb03c8e6a (patch)
treeac8695d793423c2605c64d33b7ec1c67ac45d21d /x11-toolkits
parent- Fix weird logic for detection apache13 with ipv6 (diff)
- Fix LIB_DEPENDS for wxgtk24-contrib port
- Bump PORTREVISION for wxgtk24-contrib Pointed out by: kris (via pointyhat)
Notes
Notes: svn path=/head/; revision=135869
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/wxgtk24-contrib/Makefile4
-rw-r--r--x11-toolkits/wxgtk24/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk24-contrib/Makefile b/x11-toolkits/wxgtk24-contrib/Makefile
index 40c9814db1ab..e261118bbc1e 100644
--- a/x11-toolkits/wxgtk24-contrib/Makefile
+++ b/x11-toolkits/wxgtk24-contrib/Makefile
@@ -5,14 +5,14 @@
# $FreeBSD$
#
-PORTREVISION= 3
+PORTREVISION= 4
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries
WXGTK_FLAVOR= gtk2-contrib
MASTERDIR= ${.CURDIR}/../wxgtk24
-LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
+LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
BUILD_WRKSRC= ${WRKSRC}/contrib/src
INSTALL_WRKSRC= ${BUILD_WRKSRC}
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile
index 6b794593695a..0f4daa1e03e8 100644
--- a/x11-toolkits/wxgtk24/Makefile
+++ b/x11-toolkits/wxgtk24/Makefile
@@ -17,7 +17,7 @@ DISTNAME= wxGTK-${PORTVERSION}
MAINTAINER?= fjoe@FreeBSD.org
COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings
-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
+LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff