diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 21:19:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 21:19:18 +0800 |
commit | 8af93b6e8d05500d092a0d79b5f5672b498a67bb (patch) | |
tree | 50a3c566e46bbc2654aa1696689b7ab203be91f8 /net | |
parent | a602304acd1659a88c4f518f0ec9e3d446787b46 (diff) | |
download | freebsd-ports-gnome-8af93b6e8d05500d092a0d79b5f5672b498a67bb.tar.gz freebsd-ports-gnome-8af93b6e8d05500d092a0d79b5f5672b498a67bb.tar.zst freebsd-ports-gnome-8af93b6e8d05500d092a0d79b5f5672b498a67bb.zip |
Allow slaves to define USES
Diffstat (limited to 'net')
-rw-r--r-- | net/avahi-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index 1c68a36fac70..d7066f2d6ae9 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS?= libexpat.so:${PORTSDIR}/textproc/expat2 \ USERS?= ${PORTNAME} GROUPS?= ${USERS} -USES= gettext gmake libtool:keepla pathfix pkgconfig +USES+= gettext gmake libtool:keepla pathfix pkgconfig USE_GNOME+= glib20 intltool introspection USE_GNOME_SUBR= yes USE_LDCONFIG= yes |