aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-11 11:53:42 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-11 11:53:42 +0000
commit59272d10178066cdfa1d1aea23c915a09473d798 (patch)
tree923210657ff3819220d9f901a4ae5748d77b8564 /x11-toolkits
parentfc9825be880916c415aad3c9a9483fd377323fdf (diff)
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fox14/Makefile4
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
-rw-r--r--x11-toolkits/gtk20/Makefile4
-rw-r--r--x11-toolkits/gtk30/Makefile4
-rw-r--r--x11-toolkits/qt4-gui/Makefile3
5 files changed, 10 insertions, 9 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
index 1850933d7a39..1077b64738cb 100644
--- a/x11-toolkits/fox14/Makefile
+++ b/x11-toolkits/fox14/Makefile
@@ -3,7 +3,7 @@
PORTNAME= fox
PORTVERSION= 1.4.35
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
@@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --with-xshm=no
.endif
#
.if ${PORT_OPTIONS:MCUPS}
-LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client
+LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups
CONFIGURE_ARGS+= --enable-cups
.else
CONFIGURE_ARGS+= --disable-cups
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index ba7283badd4b..4b04b8ff7915 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnustep-gui
PORTVERSION= 0.24.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits gnustep
MASTER_SITES= GNUSTEP/core
@@ -48,7 +48,7 @@ MAKE_FLAGS+= OPTFLAG="${CFLAGS}"
PLIST_SUB+= BASEVERSION=${PORTVERSION:C/[.][0-9]*$//1}
CUPS_CONFIGURE_ENABLE= cups
-CUPS_LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client
+CUPS_LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups
ASPELL_LIB_DEPENDS= libaspell.so:${PORTSDIR}/textproc/aspell
ASPELL_CONFIGURE_ENABLE= aspell
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
index 6c3f7bc46706..bf78d4694a52 100644
--- a/x11-toolkits/gtk20/Makefile
+++ b/x11-toolkits/gtk20/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gtk
PORTVERSION= 2.24.29
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMESUFFIX= 2
@@ -42,7 +42,7 @@ OPTIONS_DEFINE= CUPS DEBUG
OPTIONS_DEFAULT=CUPS
OPTIONS_SUB= yes
-CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
+CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups
CUPS_CONFIGURE_ON= --enable-cups=auto
CUPS_CONFIGURE_OFF= --disable-cups
DEBUG_CONFIGURE_ON= --enable-debug=yes
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index ed4533c43bc7..6f636bc0a079 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -5,7 +5,7 @@
PORTNAME= gtk
PORTVERSION= 3.18.8
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME/sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMESUFFIX= 3
@@ -65,7 +65,7 @@ COLORD_DESC= Color profile support
COLORD_LIB_DEPENDS= libcolord.so:${PORTSDIR}/graphics/colord
COLORD_CONFIGURE_ENABLE=colord
-CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
+CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups
CUPS_CONFIGURE_ENABLE= cups
CLOUDPRINT_DESC= Cloud printing support
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile
index fd10ed8d0bf4..5ab8239a63d9 100644
--- a/x11-toolkits/qt4-gui/Makefile
+++ b/x11-toolkits/qt4-gui/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gui
DISTVERSION= ${QT4_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt4-
@@ -51,7 +52,7 @@ FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir
.include "${.CURDIR}/../../devel/qt4/files/Makefile.options"
.if ${QT4_OPTIONS:MCUPS}
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libcups.a:${PORTSDIR}/print/cups-client
+LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups
CONFIGURE_ARGS+=-cups -L${LOCALBASE}/lib -I. -I${LOCALBASE}/include
.endif