diff options
author | wiz <wiz> | 2004-11-22 23:39:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-22 23:39:33 +0000 |
commit | d1c67e17c54a24dabd74a27efece836c39573217 (patch) | |
tree | 81a182f6fc258ba86c766803d5e4d8ce3d3510dd /audio | |
parent | d8dfffd65c924cb99866925467da36f9297b94e8 (diff) | |
download | pkgsrc-d1c67e17c54a24dabd74a27efece836c39573217.tar.gz |
Remove unnecessary LTCONFIG_OVERRIDE.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rioutil/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 8acdc339d76..33a0b827b9a 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:13:09 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/11/22 23:39:33 wiz Exp $ # DISTNAME= rioutil-1.4.6 @@ -12,7 +12,6 @@ COMMENT= Program and library to interface with Rio 600, 800, Nike psa[play USE_BUILDLINK3= yes USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-libusb |