diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/libadplug/Makefile | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) | |
download | ports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip |
Notes
Diffstat (limited to 'audio/libadplug/Makefile')
-rw-r--r-- | audio/libadplug/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index b2ada245a14b..ea62340a6817 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -14,10 +14,10 @@ LICENSE= GPLv2 LIB_DEPENDS= binio:${PORTSDIR}/devel/libbinio +USES= pkgconfig USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_PKGCONFIG= build USE_CSTD= gnu89 MAKE_JOBS_SAFE= yes |