aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk24-contrib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk24-contrib/Makefile')
-rw-r--r--x11-toolkits/wxgtk24-contrib/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-toolkits/wxgtk24-contrib/Makefile b/x11-toolkits/wxgtk24-contrib/Makefile
index a7571bb08781..40c9814db1ab 100644
--- a/x11-toolkits/wxgtk24-contrib/Makefile
+++ b/x11-toolkits/wxgtk24-contrib/Makefile
@@ -5,12 +5,16 @@
# $FreeBSD$
#
-PORTREVISION= 2
+PORTREVISION= 3
MAINTAINER= fjoe@FreeBSD.org
COMMENT= The wxWidgets GUI toolkit contributed libraries
-WXGTK_FLAVOR= gtk-contrib
-MASTERDIR= ${.CURDIR}/../wxgtk
+WXGTK_FLAVOR= gtk2-contrib
+MASTERDIR= ${.CURDIR}/../wxgtk24
+LIB_DEPENDS+= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
+
+BUILD_WRKSRC= ${WRKSRC}/contrib/src
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
.include "${MASTERDIR}/Makefile"