diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-05 10:36:31 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-05 10:36:31 +0800 |
commit | 7cb95ef0d73efd03c63e81c3d8e9b88d110e7755 (patch) | |
tree | 7e5b6b4f97ef22f048ca464316b850370fa71e27 /graphics/imlib | |
parent | 957fd1f4421fe843d2bd1ec5e36daa6e629c1fe4 (diff) | |
download | freebsd-ports-gnome-7cb95ef0d73efd03c63e81c3d8e9b88d110e7755.tar.gz freebsd-ports-gnome-7cb95ef0d73efd03c63e81c3d8e9b88d110e7755.tar.zst freebsd-ports-gnome-7cb95ef0d73efd03c63e81c3d8e9b88d110e7755.zip |
Add USE_REINPLACE.
Reported by: Garrett Rooney <rooneg@electricjellyfish.net>
Diffstat (limited to 'graphics/imlib')
-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 \ |