diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-05 02:36:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-05 02:36:31 +0000 |
commit | aaa75dd8cd4bcff3f0210f19f4444048e8a1110c (patch) | |
tree | be278c67bc595e4bb63982b62ccee8e939ff0fe9 /graphics/imlib/Makefile | |
parent | Fix patching error seen in bento log. (diff) |
Add USE_REINPLACE.
Reported by: Garrett Rooney <rooneg@electricjellyfish.net>
Notes
Notes:
svn path=/head/; revision=62453
Diffstat (limited to '')
-rw-r--r-- | graphics/imlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 1b196c5019bf..918b9116a8d4 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMENG= yes USE_GNOME= gtk12 +USE_REINPLACE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules \ |