diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:27:40 +0000 |
commit | 0d7159e7bde3ed33d6dcb456f8e432ef446180b6 (patch) | |
tree | 4445a37aeb56e09b695d2d32d03801a7413f842b /audio/rplay | |
parent | b4bf4efa5702a3cf588f510f5adf6324af9f5d55 (diff) | |
download | pkgsrc-0d7159e7bde3ed33d6dcb456f8e432ef446180b6.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'audio/rplay')
-rw-r--r-- | audio/rplay/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rplay/Makefile b/audio/rplay/Makefile index d8fdef25818..20ccc36ba2b 100644 --- a/audio/rplay/Makefile +++ b/audio/rplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2003/07/17 21:23:17 grant Exp $ +# $NetBSD: Makefile,v 1.43 2003/08/09 10:29:56 seb Exp $ # DISTNAME= rplay-3.3.2 @@ -18,7 +18,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ENV+= RPLAY_TARGET=generic # XXX generic, or oss, or sun? -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= RPLAY.info RPTP.info librplay.info rplay.info RCD_SCRIPTS= rplayd |