diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 22:23:53 +0000 |
commit | c41a62214ee4509ba461b71c127934706416d12b (patch) | |
tree | 59cf9d8e97fe84134399ba29d1cbd2f49ff7b368 /audio/jack-smf-utils | |
parent | 7a3518623a9c92a1499e2e5ffde551f46ccfba96 (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326107
Diffstat (limited to 'audio/jack-smf-utils')
-rw-r--r-- | audio/jack-smf-utils/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/jack-smf-utils/Makefile b/audio/jack-smf-utils/Makefile index 87d6c170f9db..af94d87a1c8e 100644 --- a/audio/jack-smf-utils/Makefile +++ b/audio/jack-smf-utils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: jack-smf-utils -# Date created: 2008-05-15 -# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org> -# +# Created by: Edward Tomasz Napierala <trasz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= jack-smf-utils PORTVERSION= 1.0 @@ -17,6 +13,7 @@ COMMENT= Standard MIDI File file player and recorder for JACK MIDI LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ lash.2:${PORTSDIR}/audio/lash +USES= pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 |