diff options
author | ahoka <ahoka> | 2008-12-25 21:53:30 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2008-12-25 21:53:30 +0000 |
commit | 2bad15e812aae3eeab50359c03e93492485bddd6 (patch) | |
tree | 23ab606db7ae0f9c9f463c0ac6021e5311a3a16e /audio/pulseaudio/Makefile | |
parent | 0f4a150506776735373c06697e0575ef523528c3 (diff) | |
download | pkgsrc-2bad15e812aae3eeab50359c03e93492485bddd6.tar.gz |
Fix minor issues reported by pkglint:
- Fix incorrect package option name
- Add $NetBSD$ to patch-ad
- Add autoreconf to USE_TOOLS
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r-- | audio/pulseaudio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 0871b55a27c..fa3dbce398a 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/12/25 21:47:03 ahoka Exp $ +# $NetBSD: Makefile,v 1.12 2008/12/25 21:53:30 ahoka Exp $ # DISTNAME= pulseaudio-0.9.13 @@ -13,10 +13,10 @@ COMMENT= Sound server for POSIX and Win32 systems GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake m4 msgfmt intltool perl \ - autoconf automake + autoconf automake autoreconf USE_DIRS+= xdg-1.4 -PKG_OPTIONS_VAR= pulseaudio +PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio PKG_SUPPORTED_OPTIONS= avahi PKG_SUGGESTED_OPTIONS= avahi PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS} |