diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-12-13 12:54:07 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-12-13 12:54:07 +0000 |
commit | 419e7833100f415f045dca7b83527a70ee8b37be (patch) | |
tree | 09d1de5709d4cbb2180cd97f1705300b916bebaa /audio | |
parent | 1de5cfddd2edf119192dcdbcdf5f8fb66e9e6ad1 (diff) | |
download | pkgsrc-419e7833100f415f045dca7b83527a70ee8b37be.tar.gz |
spek: Use PKGLOCALEDIR.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/spek/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/spek/Makefile b/audio/spek/Makefile index f300a54ccf8..92e29dd8027 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2022/09/27 20:58:22 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2022/12/13 12:54:07 jperkin Exp $ DISTNAME= spek-0.8.2 PKGREVISION= 23 @@ -11,10 +11,11 @@ HOMEPAGE= http://spek.cc/ COMMENT= Acoustic Spectrum Analyzer LICENSE= gnu-gpl-v3 -GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake intltool xgettext msgmerge msgfmt pkg-config -MAKE_FLAGS+= DATADIRNAME=${PKGLOCALEDIR} +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ +USE_PKGLOCALEDIR= yes +USE_TOOLS+= gmake intltool xgettext msgmerge msgfmt pkg-config +MAKE_FLAGS+= DATADIRNAME=${PKGLOCALEDIR} GNU_CONFIGURE_WX_VERSION= no |