diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-14 15:21:51 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-14 15:21:51 +0800 |
commit | 982c3a1d061f2e05488ebdfd09935370ba55f669 (patch) | |
tree | 1a43ea3c5d5bd01760b1be2eca7b2c06862792fa /misc | |
parent | f7329fc3eba935774a3bc2dc6700236dc393314b (diff) | |
download | freebsd-ports-gnome-982c3a1d061f2e05488ebdfd09935370ba55f669.tar.gz freebsd-ports-gnome-982c3a1d061f2e05488ebdfd09935370ba55f669.tar.zst freebsd-ports-gnome-982c3a1d061f2e05488ebdfd09935370ba55f669.zip |
USE_REINPLACE is now obsolete for this port.
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" |