diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-27 07:05:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-07-27 07:05:40 +0000 |
commit | d55027b22c4e1965c0f0711feb52e2eb3bb59ab2 (patch) | |
tree | d3e77623babd0a3e678e9efe84f64fe4db5811c3 /audio/libadplug | |
parent | 48392c5c02961ececde9d18b6fdafb3b26b63f2c (diff) |
Use the new USE_PKGCONFIG macro.
Notes
Notes:
svn path=/head/; revision=301594
Diffstat (limited to 'audio/libadplug')
-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 eeec3fadc717..b167098bba2c 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= binio.1:${PORTSDIR}/devel/libbinio USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_CSTD= gnu89 MAKE_JOBS_SAFE= yes |