summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-11 20:41:10 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-05-11 20:41:10 +0800
commit6e4f5ffc9a082f5be0859e8adcfdefe65597dba4 (patch)
treefeb4319cfa23561e03a790ce131bcd50b928f3c2
parent19a037f759e87c2e0dbdd240d0bb19706bd337fa (diff)
downloadmarcuscom-ports-6e4f5ffc9a082f5be0859e8adcfdefe65597dba4.tar
marcuscom-ports-6e4f5ffc9a082f5be0859e8adcfdefe65597dba4.tar.gz
marcuscom-ports-6e4f5ffc9a082f5be0859e8adcfdefe65597dba4.tar.bz2
marcuscom-ports-6e4f5ffc9a082f5be0859e8adcfdefe65597dba4.tar.lz
marcuscom-ports-6e4f5ffc9a082f5be0859e8adcfdefe65597dba4.tar.xz
marcuscom-ports-6e4f5ffc9a082f5be0859e8adcfdefe65597dba4.tar.zst
marcuscom-ports-6e4f5ffc9a082f5be0859e8adcfdefe65597dba4.zip
Do some USES / USE_GNOME maintaince
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18442 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--net/avahi-app/Makefile4
-rw-r--r--net/avahi-gtk/Makefile4
-rw-r--r--net/avahi-gtk3/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index 04609ef02..53e88ca61 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -25,8 +25,8 @@ RUN_DEPENDS?= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
USERS?= ${PORTNAME}
GROUPS?= ${USERS}
-USE_GNOME?= ltverhack glib20 intltool
-USES= gettext pathfix pkgconfig
+USE_GNOME+= ltverhack glib20 intltool
+USES+= gettext pathfix pkgconfig
USE_GNOME_SUBR= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
diff --git a/net/avahi-gtk/Makefile b/net/avahi-gtk/Makefile
index f42860495..f0003f89c 100644
--- a/net/avahi-gtk/Makefile
+++ b/net/avahi-gtk/Makefile
@@ -9,7 +9,7 @@ PKGNAMESUFFIX= -gtk
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gtk+ tools and bindings to the Avahi mDNS system
-LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS= avahi-common:${PORTSDIR}/net/avahi-app
RUN_DEPENDS= avahi-header>=0.6:${PORTSDIR}/net/avahi-header
MASTERDIR= ${.CURDIR}/../avahi-app
@@ -24,7 +24,7 @@ AVAHI_PKGCONFIG=avahi-ui.pc
MAN1+= bssh.1
MLINKS+= bssh.1 bvnc.1 \
bssh.1 bshell.1
-USE_GNOME= gnomehack ltverhack intltool libglade2
+USE_GNOME+= libglade2
post-build:
@(cd ${WRKSRC}/avahi-discover-standalone; \
diff --git a/net/avahi-gtk3/Makefile b/net/avahi-gtk3/Makefile
index d52d662e0..a73d9d18b 100644
--- a/net/avahi-gtk3/Makefile
+++ b/net/avahi-gtk3/Makefile
@@ -9,7 +9,7 @@ PKGNAMESUFFIX= -gtk3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gtk+ 3 library to the Avahi mDNS system
-LIB_DEPENDS= avahi-common.3:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS= avahi-common:${PORTSDIR}/net/avahi-app
RUN_DEPENDS= avahi-header>=0.6:${PORTSDIR}/net/avahi-header
MASTERDIR= ${.CURDIR}/../avahi-app
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+=--disable-silent-rules
AVAHI_SLAVE= gtk3
AVAHI_PKGCONFIG=avahi-ui-gtk3.pc
-USE_GNOME= gnomehack ltverhack intltool gtk30
+USE_GNOME+= gtk30
do-build:
@(cd ${WRKSRC}/avahi-ui; ${GMAKE} libavahi-ui-gtk3.la)