diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-02-19 11:39:14 +0000 |
commit | 1337aded1e981fd92dfdeaad531b667ebbe30b57 (patch) | |
tree | 2014d824f2cef34bfa703571eba0d3315ba070d1 /audio/playgsf | |
parent | c076dcb797f5ba266f84a9ea2d4446bb71b41205 (diff) |
Remove deprecated USE_REINPLACE
Notes
Notes:
svn path=/head/; revision=156387
Diffstat (limited to 'audio/playgsf')
-rw-r--r-- | audio/playgsf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 0f6de5c439b7..e933378ba5b9 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -14,7 +14,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command line player for gsf audio files USE_GMAKE= yes -USE_REINPLACE= yes USE_AUTOTOOLS= libtool:15 USE_GCC= 3.4+ |