diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-22 23:39:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-22 23:39:33 +0000 |
commit | 350c72f63a705ccb233d09000f5b3c6ca6737afa (patch) | |
tree | 81a182f6fc258ba86c766803d5e4d8ce3d3510dd /audio | |
parent | 08652529604ca385183a2316604ad76d148abfec (diff) | |
download | pkgsrc-350c72f63a705ccb233d09000f5b3c6ca6737afa.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 |