diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 20:29:10 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 20:29:10 +0800 |
commit | 134a2ff668068c0cd7e3377f772f73ac1b92f2c3 (patch) | |
tree | 549c80090312265a4f699a560a6c5728a99640a3 /audio | |
parent | 788aa2724ce75df128e38b71927de028f7cffd60 (diff) | |
download | freebsd-ports-gnome-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.tar.gz freebsd-ports-gnome-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.tar.zst freebsd-ports-gnome-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.zip |
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 1 | ||||
-rw-r--r-- | audio/gnomespeech/Makefile | 1 | ||||
-rw-r--r-- | audio/snowstar/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 38be08372d36..bc79e4226dba 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -26,7 +26,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes QTCPPFLAGS+= -L${LOCALBASE}/lib -USE_REINPLACE= yes DO_NOT_COMPILE+=gmcop CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}" diff --git a/audio/gnomespeech/Makefile b/audio/gnomespeech/Makefile index c1ccecaaf3e8..03caeea2ba6d 100644 --- a/audio/gnomespeech/Makefile +++ b/audio/gnomespeech/Makefile @@ -17,7 +17,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME text-to-speech API USE_BZIP2= yes -USE_REINPLACE= yes USE_GMAKE= yes USE_GNOME= gnomehack libbonobo GNU_CONFIGURE= yes diff --git a/audio/snowstar/Makefile b/audio/snowstar/Makefile index 276a3a1e4081..f6b3d6041ae6 100644 --- a/audio/snowstar/Makefile +++ b/audio/snowstar/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= rio:${PORTSDIR}/audio/rio \ NO_BUILD= true NO_WRKSUBDIR= true -USE_REINPLACE= true DOC_FILES= CHANGES TODO README_Snowstar LICENSE |