diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-31 22:21:37 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-31 22:21:37 +0000 |
commit | e229b2e9916dc02d14aad1b8ffa25b1b1bf34a3b (patch) | |
tree | 04e22f760f0ed8093e241d59f39277c96c3af0b6 /x11-toolkits | |
parent | e6ae6b472f44a1d56218896c8a10d0ffe1d4f63b (diff) |
portlint:
-Remove USE_REINPLACE.
Notes
Notes:
svn path=/head/; revision=158506
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-gtk2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/ruby-panelapplet/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/ruby-pango/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile index f81d790ba9a5..94f220fc2834 100644 --- a/x11-toolkits/ruby-gtk2/Makefile +++ b/x11-toolkits/ruby-gtk2/Makefile @@ -25,7 +25,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/atk.so:${PORTSDIR}/accessibility/ruby-atk \ USE_RUBY= yes USE_GNOME= gtk20 -USE_REINPLACE= yes USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff --git a/x11-toolkits/ruby-panelapplet/Makefile b/x11-toolkits/ruby-panelapplet/Makefile index 66202590beeb..eb0f3826678d 100644 --- a/x11-toolkits/ruby-panelapplet/Makefile +++ b/x11-toolkits/ruby-panelapplet/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gnome2.so:${PORTSDIR}/x11/ruby-gnome2 USE_RUBY= yes USE_GNOME= gnomepanel -USE_REINPLACE= yes USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" diff --git a/x11-toolkits/ruby-pango/Makefile b/x11-toolkits/ruby-pango/Makefile index 02b48804c750..cf4836b24141 100644 --- a/x11-toolkits/ruby-pango/Makefile +++ b/x11-toolkits/ruby-pango/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 \ USE_RUBY= yes USE_GNOME= pango -USE_REINPLACE= yes USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" |