diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
commit | 5901dbcf3e6218c72c2b5011a9820382fb4ba138 (patch) | |
tree | 7b78cab28e7ca349de50d60d5ace808c46435287 /audio/rioutil | |
parent | db83ed12c41c6a409071498f109d35b21f27074d (diff) | |
download | pkgsrc-5901dbcf3e6218c72c2b5011a9820382fb4ba138.tar.gz |
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
Diffstat (limited to 'audio/rioutil')
-rw-r--r-- | audio/rioutil/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index 8b0e1cc34e9..183bd0e7fe4 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 16:30:44 martti Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/14 00:54:44 grant Exp $ # DISTNAME= rioutil-1.3.3 @@ -15,8 +15,6 @@ USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-libusb -CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess -CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-* # depends on -r1.6 of sys/dev/usb/urio.c |