diff options
author | hasso <hasso> | 2008-12-30 14:44:14 +0000 |
---|---|---|
committer | hasso <hasso> | 2008-12-30 14:44:14 +0000 |
commit | eab21fc64e0230fa022c256be3c840639f7efc7d (patch) | |
tree | 386f804a77e7e9243a7ef2243379f3ad1852fa04 /audio/alsa-utils/Makefile | |
parent | 0be2588f095fffd60d0fa041fa2370808cf53aa6 (diff) | |
download | pkgsrc-eab21fc64e0230fa022c256be3c840639f7efc7d.tar.gz |
* Make it build on DragonFly
* Fix interpreter in alsaconf and make package depend on bash (runtime).
* Bump PKGREVISION
Diffstat (limited to 'audio/alsa-utils/Makefile')
-rw-r--r-- | audio/alsa-utils/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/alsa-utils/Makefile b/audio/alsa-utils/Makefile index e97cf176ca5..a25357d21ac 100644 --- a/audio/alsa-utils/Makefile +++ b/audio/alsa-utils/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/12/22 03:18:12 jmcneill Exp $ +# $NetBSD: Makefile,v 1.3 2008/12/30 14:44:14 hasso Exp $ # DISTNAME= alsa-utils-1.0.18 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/utils/ EXTRACT_SUFX= .tar.bz2 @@ -11,10 +12,12 @@ HOMEPAGE= ftp://ftp.alsa-project.org/pub/utils/ COMMENT= Advanced Linux Sound Architecture (ALSA) utilities GNU_CONFIGURE= yes -USE_TOOLS= pkg-config gmake +USE_TOOLS= pkg-config gmake bash:run USE_PKGLOCALEDIR= yes USE_NCURSES= yes +REPLACE_BASH= alsaconf/alsaconf.in + BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto .include "../../audio/alsa-lib/buildlink3.mk" |