diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 12:03:17 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 12:03:17 +0000 |
commit | 1c3328e4aad5bea7b79b5d41ef2f3ae539afef54 (patch) | |
tree | c09fbf8c5b4affb24b620e50e69e043f9d66b282 /games/gtktetcolor | |
parent | 2be5907dd3c056da46610475e224d1b04b58dbd9 (diff) | |
download | FreeBSD-ports-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.zip FreeBSD-ports-1c3328e4aad5bea7b79b5d41ef2f3ae539afef54.tar.gz |
USE_REINPLACE must be defined before REINPLACE_CMD may be used.
Diffstat (limited to 'games/gtktetcolor')
-rw-r--r-- | games/gtktetcolor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gtktetcolor/Makefile b/games/gtktetcolor/Makefile index 747a6ad..a9b4efd 100644 --- a/games/gtktetcolor/Makefile +++ b/games/gtktetcolor/Makefile @@ -19,6 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack gnomelibs GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |