diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-12-09 14:43:39 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-12-09 14:43:39 +0000 |
commit | 0b236bfdf9dcfc4bb0ef2dba5d12eebfd762b830 (patch) | |
tree | 752f7ac80ddb8e9cb90a6b15122e15d59068cddd /audio | |
parent | c9f248d7c9197399f402bc39eb3b64ad77bd5748 (diff) | |
download | pkgsrc-0b236bfdf9dcfc4bb0ef2dba5d12eebfd762b830.tar.gz |
add pkg-config to tools
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wsoundprefs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index 377196bb30a..8afb71c66af 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2016/04/20 12:10:33 nros Exp $ +# $NetBSD: Makefile,v 1.53 2016/12/09 14:43:39 wiedi Exp $ DISTNAME= WSoundPrefs-1.1.1 PKGNAME= wsoundprefs-1.1.1 @@ -11,6 +11,7 @@ HOMEPAGE= http://shadowmere.student.utwente.nl/ COMMENT= WSoundServer configuration utility LICENSE= modified-bsd +USE_TOOLS+= pkg-config USE_IMAKE= yes BROKEN_GETTEXT_DETECTION= yes |