diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 07:19:08 +0800 |
commit | 95dad78c7fb373ede440573b49826c861a51ebc5 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/libsidplay2 | |
parent | 5f42d1c0d3f3598fe5e038dfd0cebe73d395d66f (diff) | |
download | freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.gz freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.tar.zst freebsd-ports-gnome-95dad78c7fb373ede440573b49826c861a51ebc5.zip |
Convert USE_PKGCONFIG -> USES=pkgconf for audio category
Diffstat (limited to 'audio/libsidplay2')
-rw-r--r-- | audio/libsidplay2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/libsidplay2/Makefile b/audio/libsidplay2/Makefile index bcf6e17ba934..8ec8115f6d5a 100644 --- a/audio/libsidplay2/Makefile +++ b/audio/libsidplay2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libsidplay2 -# Date created: 6 October 2002 -# Whom: Anders Nordby <anders@FreeBSD.org> -# +# Created by: Anders Nordby <anders@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libsidplay2 PORTVERSION= 2.1.1 @@ -15,10 +11,9 @@ DISTNAME= sidplay-libs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library to play Commodore 64 SID-tunes cycle accurate -USES= pathfix +USES= pathfix pkgconfig USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_PKGCONFIG= yes LIBTOOLFILES= builders/hardsid-builder/configure \ builders/resid-builder/configure \ libsidplay/configure \ |