diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-06-19 08:18:10 +0000 |
commit | 480346363349d34df50ccbe8af45c0135915e85e (patch) | |
tree | 1a2e4492be352c5eb3cccec7ffe7866db512735c /audio/cmt | |
parent | 5ece18d9ce5eab94fbf6184de9bfb53add9ea578 (diff) | |
download | ports-480346363349d34df50ccbe8af45c0135915e85e.tar.gz ports-480346363349d34df50ccbe8af45c0135915e85e.zip |
Add USE_REINPLACE where appropriate.
Notes
Notes:
svn path=/head/; revision=61545
Diffstat (limited to 'audio/cmt')
-rw-r--r-- | audio/cmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/cmt/Makefile b/audio/cmt/Makefile index 4f23a1ac62e6..ba35c5d19eae 100644 --- a/audio/cmt/Makefile +++ b/audio/cmt/Makefile @@ -17,6 +17,7 @@ MAINTAINER= freebsdports@arved.de BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa USE_GMAKE= yes +USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${PORTNAME}/src MAKEFILE= makefile ALL_TARGET= targets |