diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 04:36:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-01 04:36:57 +0800 |
commit | dd4eb5eaab2ace97e0664dadc1160a7981dded53 (patch) | |
tree | 8c6082c5a1510918922178f30f10a4782666b955 /graphics | |
parent | d79d1144d4ba09eb9602eb022a4af4eab9396caa (diff) | |
download | marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.gz marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.bz2 marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.lz marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.xz marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.tar.zst marcuscom-ports-dd4eb5eaab2ace97e0664dadc1160a7981dded53.zip |
Remove USE_REINPLACE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5595 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog/Makefile | 3 | ||||
-rw-r--r-- | graphics/evince/Makefile | 3 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 3 | ||||
-rw-r--r-- | graphics/librsvg2/Makefile | 3 | ||||
-rw-r--r-- | graphics/swfdec/Makefile | 1 |
5 files changed, 4 insertions, 9 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 22d9a438b..40f154cf1 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog/Makefile,v 1.17 2006/01/17 00:56:51 ahze Exp $ +# $MCom: ports/graphics/eog/Makefile,v 1.18 2006/01/30 04:08:23 ahze Exp $ # PORTNAME= eog @@ -18,7 +18,6 @@ COMMENT= The Eye Of Gnome image viewer USE_BZIP2= yes USE_GMAKE= yes -USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui \ librsvg2 desktopfileutils gnomedesktop USE_X_PREFIX= yes diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 546e52b8d..b87a67fd8 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/evince/Makefile,v 1.37 2006/01/12 21:05:14 ahze Exp $ +# $MCom: ports/graphics/evince/Makefile,v 1.38 2006/01/20 00:15:29 ahze Exp $ # PORTNAME= evince @@ -19,7 +19,6 @@ LIB_DEPENDS= poppler-glib.0:${PORTSDIR}/graphics/poppler-gtk USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index 28409d0e2..b0803daa6 100644 --- a/graphics/gimp-devel/Makefile +++ b/graphics/gimp-devel/Makefile @@ -3,7 +3,7 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-devel/Makefile,v 1.9 2005/10/01 07:55:05 marcus Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.10 2005/12/28 22:52:57 adamw Exp $ # PORTNAME= gimp @@ -34,7 +34,6 @@ CONFLICTS= gimp-1.* gimp-2.2.* SHLIBVER?= 0 -USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index 11081fab8..46b54015a 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/librsvg2/Makefile,v 1.82 2006/01/12 04:56:49 ahze Exp $ +# $MCom: ports/graphics/librsvg2/Makefile,v 1.83 2006/01/24 22:09:26 ahze Exp $ # PORTNAME= librsvg2 @@ -28,7 +28,6 @@ USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 -USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index b39213306..ff9e8b46d 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -18,7 +18,6 @@ COMMENT= Flash Rendering Library LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ oil-0.3.1:${PORTSDIR}/devel/liboil -USE_REINPLACE= yes USE_X_PREFIX= yes USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 |