diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/libechonest | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) | |
download | freebsd-ports-gnome-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz freebsd-ports-gnome-a2157276860a3947431ad500cdb3a9017b7d3008.tar.zst freebsd-ports-gnome-a2157276860a3947431ad500cdb3a9017b7d3008.zip |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Diffstat (limited to 'audio/libechonest')
-rw-r--r-- | audio/libechonest/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile index e85426e43072..ffc9bc573fd7 100644 --- a/audio/libechonest/Makefile +++ b/audio/libechonest/Makefile @@ -18,8 +18,7 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= master GH_COMMIT= f9a55d1 -USES= cmake -USE_PKGCONFIG= build +USES= cmake pkgconfig USE_GITHUB= yes USE_LDCONFIG= yes |