diff options
author | tv <tv> | 2005-10-31 15:55:30 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-31 15:55:30 +0000 |
commit | aff453ea2015cfcdd5974f289f461894f3c7545b (patch) | |
tree | 8dd182d805a98873d3a0f94c914344ad469c7b0f /audio | |
parent | ddf340b894bd7930e708ac60db41cd4ccbba88c7 (diff) | |
download | pkgsrc-aff453ea2015cfcdd5974f289f461894f3c7545b.tar.gz |
Include devel/sysexits to get <sysexits.h>.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3asm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3asm/Makefile b/audio/mp3asm/Makefile index 86c59b6b0fa..7ffef3ea30b 100644 --- a/audio/mp3asm/Makefile +++ b/audio/mp3asm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/12 12:48:44 itohy Exp $ +# $NetBSD: Makefile,v 1.8 2005/10/31 15:55:30 tv Exp $ # DISTNAME= mp3asm-0.1.3-1 @@ -22,4 +22,5 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mp3asm ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mp3asm +.include "../../devel/sysexits/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |