diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-14 07:21:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-14 07:21:51 +0000 |
commit | 20315038e1abede6d69836f6c28eb384e639e8fb (patch) | |
tree | f87ef055074a7791bb4323c51dcd4239719cdd52 /misc | |
parent | Removed the pre-patch since it didn't change any files. (diff) |
USE_REINPLACE is now obsolete for this port.
Notes
Notes:
svn path=/head/; revision=70077
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libelysium/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/libelysium/Makefile b/misc/libelysium/Makefile index 9aef685d1e0a..7a3ae0658b7f 100644 --- a/misc/libelysium/Makefile +++ b/misc/libelysium/Makefile @@ -16,7 +16,6 @@ USE_GNOMENG= yes USE_GNOME= glib12 INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |