diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-13 22:50:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-13 22:50:53 +0800 |
commit | fd09183ee91bb5a90a45647b87274679215d5b4a (patch) | |
tree | 5650a8062e0a2eb8555c5db30140e9744c146de1 /net-im | |
parent | 5cfeb0dd2e411588d0edb72216a220cd990e30b2 (diff) | |
download | freebsd-ports-gnome-fd09183ee91bb5a90a45647b87274679215d5b4a.tar.gz freebsd-ports-gnome-fd09183ee91bb5a90a45647b87274679215d5b4a.tar.zst freebsd-ports-gnome-fd09183ee91bb5a90a45647b87274679215d5b4a.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-rhythmbox/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/pidgin-rhythmbox/Makefile b/net-im/pidgin-rhythmbox/Makefile index f51526f067b5..2c19d24f477f 100644 --- a/net-im/pidgin-rhythmbox/Makefile +++ b/net-im/pidgin-rhythmbox/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pidgin-rhythmbox -# Date created: 2007-06-28 -# Whom: Yuri Pankov <yuri@darklight.org.ru> -# +# Created by: Yuri Pankov <yuri@darklight.org.ru> # $FreeBSD$ -# PORTNAME= pidgin-rhythmbox PORTVERSION= 2.0 @@ -19,7 +15,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \ rhythmbox:${PORTSDIR}/audio/rhythmbox -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes |