diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 12:03:17 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-17 12:03:17 +0000 |
commit | 00e692203d42d4eef31590ffac3a0b871be12984 (patch) | |
tree | 213bfd0bc4e8b962fab582a79f582be7837e45f8 /audio/terminatorx | |
parent | Allow compiling with debugging enabled. (diff) |
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index a30aa8d671dc..b1d34b68185b 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \ lrdf.1:${PORTSDIR}/textproc/liblrdf USE_BZIP2= yes +USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomehier gnometarget gtk20 libxml2 USE_GMAKE= yes |