diff options
author | agc <agc@pkgsrc.org> | 2003-09-15 11:17:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-09-15 11:17:27 +0000 |
commit | 6254bd6062b28ce402ba7996524c30d2ab325329 (patch) | |
tree | d6b07e797fce0e866bff308c4492a486ad9a3732 /audio/abcde/Makefile | |
parent | 1bd0a1b310bb570c7f6550ea5fa827e120a387f7 (diff) | |
download | pkgsrc-6254bd6062b28ce402ba7996524c30d2ab325329.tar.gz |
Incorporate James Wetterau's patch from PR 20763 to warn if there is no
encoder in the path.
Unify patch-ac and patch-ae which both patch the same file.
Bump pkgrevision to nb4
Diffstat (limited to 'audio/abcde/Makefile')
-rw-r--r-- | audio/abcde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index a77e0350b05..80c264defbb 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:21:53 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/09/15 11:17:27 agc Exp $ DISTNAME= abcde-2.1.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= audio MASTER_SITES= http://www.hispalinux.es/~data/files/ DISTFILES= ${DISTNAME:S/-/_/}.orig.tar.gz |