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/gmidimonitor | |
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/gmidimonitor')
-rw-r--r-- | audio/gmidimonitor/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/gmidimonitor/Makefile b/audio/gmidimonitor/Makefile index f4cc5ffb9716..905806d5fa91 100644 --- a/audio/gmidimonitor/Makefile +++ b/audio/gmidimonitor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gmidimonitor -# Date created: 2007-03-20 -# Whom: trasz <trasz@pin.if.uz.zgora.pl> -# +# Created by: trasz <trasz@pin.if.uz.zgora.pl> # $FreeBSD$ -# PORTNAME= gmidimonitor PORTVERSION= 3.6 @@ -17,6 +13,7 @@ COMMENT= GTK+ application that shows MIDI events LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ lash.2:${PORTSDIR}/audio/lash +USES= pkgconfig USE_BZIP2= yes USE_GNOME= gtk20 libglade2 |