diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 15:55:30 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 15:55:30 +0000 |
commit | 05ceb0d572d9b6adc40f84ce2b6db472dd6ed262 (patch) | |
tree | 8dd182d805a98873d3a0f94c914344ad469c7b0f /audio/mp3asm | |
parent | 785b90450908a8b15f7b90c31ae88fbfc3cfcb42 (diff) | |
download | pkgsrc-05ceb0d572d9b6adc40f84ce2b6db472dd6ed262.tar.gz |
Include devel/sysexits to get <sysexits.h>.
Diffstat (limited to 'audio/mp3asm')
-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" |