diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-06-19 16:18:10 +0800 |
commit | 57c5b31de7e18245f582318496394bea5bb4aefc (patch) | |
tree | a4d63eb155e8dfb9428d1f6faed6e91fcb4150fd /audio/cmt | |
parent | e393efe41636d2ce1d333ea764a674b6dc86cda9 (diff) | |
download | freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.gz freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.tar.zst freebsd-ports-gnome-57c5b31de7e18245f582318496394bea5bb4aefc.zip |
Add USE_REINPLACE where appropriate.
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 |