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 /finance | |
parent | Allow compiling with debugging enabled. (diff) |
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Notes
Notes:
svn path=/head/; revision=94169
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnofin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index dbc82f25fd3b..49003b3f58cd 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -18,6 +18,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |