diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-08 16:27:08 +0800 |
commit | 7a3109de501ffdd07fc857f6a804515dbd1961f0 (patch) | |
tree | a1c0144d6a879ebff0374dcb13c30f85b485baaa /audio/gmtp | |
parent | 7ebb5245aeea19531a769f4b3695ebf05c176d39 (diff) | |
download | freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.gz freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.tar.zst freebsd-ports-gnome-7a3109de501ffdd07fc857f6a804515dbd1961f0.zip |
Add an explicit dependency on pkgconf
Obtained from: portmgr (bapt)
Diffstat (limited to 'audio/gmtp')
-rw-r--r-- | audio/gmtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gmtp/Makefile b/audio/gmtp/Makefile index caad4ee2127d..1c3bb00bbe05 100644 --- a/audio/gmtp/Makefile +++ b/audio/gmtp/Makefile @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/gMTP CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GNOME= glib20 PORTDOCS= * |