diff options
author | mezz <mezz@FreeBSD.org> | 2006-03-31 22:04:05 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-03-31 22:04:05 +0000 |
commit | 130503a83056d7820398ceeed16e4059e272501d (patch) | |
tree | a918cfdfa38ee0167f2d2a4a0af367957674bdf5 /graphics | |
parent | 8ac019b54d4a0a06e00f81ec63f515252b5faeb1 (diff) | |
download | FreeBSD-ports-130503a83056d7820398ceeed16e4059e272501d.zip FreeBSD-ports-130503a83056d7820398ceeed16e4059e272501d.tar.gz |
portlint:
-Remove USE_REINPLACE.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cbview/Makefile | 1 | ||||
-rw-r--r-- | graphics/ruby-gdk_pixbuf2/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/graphics/cbview/Makefile b/graphics/cbview/Makefile index 212dd1b..1df87de 100644 --- a/graphics/cbview/Makefile +++ b/graphics/cbview/Makefile @@ -21,7 +21,6 @@ RUN_DEPENDS= unrar:${PORTSDIR}/archivers/unrar \ NO_BUILD= yes USE_X_PREFIX= yes -USE_REINPLACE= yes PLIST_FILES= bin/${PORTNAME} PORTDOCS= COPYING Changes INSTALL README TODO diff --git a/graphics/ruby-gdk_pixbuf2/Makefile b/graphics/ruby-gdk_pixbuf2/Makefile index 1c234f4..559ff36 100644 --- a/graphics/ruby-gdk_pixbuf2/Makefile +++ b/graphics/ruby-gdk_pixbuf2/Makefile @@ -22,7 +22,6 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 USE_RUBY= yes USE_GNOME= gtk20 -USE_REINPLACE= yes USE_RUBY_EXTCONF= yes .include "${.CURDIR}/../../x11/ruby-gnome2/Makefile.common" |