diff options
author | mezz <mezz@FreeBSD.org> | 2006-04-01 06:21:37 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-04-01 06:21:37 +0800 |
commit | d5231bb8e998104f340178d8bf2caad43e5bb262 (patch) | |
tree | 40f2f53d7353e45268129507e7ac77a605fa7bfd /x11-toolkits | |
parent | 38a3421997f36e7f9afb28e5534c9c9a95236837 (diff) | |
download | freebsd-ports-graphics-d5231bb8e998104f340178d8bf2caad43e5bb262.tar.gz freebsd-ports-graphics-d5231bb8e998104f340178d8bf2caad43e5bb262.tar.zst freebsd-ports-graphics-d5231bb8e998104f340178d8bf2caad43e5bb262.zip |
portlint:
-Remove USE_REINPLACE.
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 f81d790ba9a..94f220fc283 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 66202590bee..eb0f3826678 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 02b48804c75..cf4836b2414 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" |