diff options
-rw-r--r-- | audio/lindele/Makefile | 1 | ||||
-rw-r--r-- | devel/glibmm/Makefile | 3 | ||||
-rw-r--r-- | devel/liboil/Makefile | 1 | ||||
-rw-r--r-- | graphics/swfdec/Makefile | 1 | ||||
-rw-r--r-- | www/evolution-webcal/Makefile | 3 |
5 files changed, 2 insertions, 7 deletions
diff --git a/audio/lindele/Makefile b/audio/lindele/Makefile index c273e0d03..28441e7be 100644 --- a/audio/lindele/Makefile +++ b/audio/lindele/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ tag:${PORTSDIR}/audio/taglib USE_X_PREFIX= yes -USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GSTREAMER80= gconf GNU_CONFIGURE= yes diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile index 960b54ea4..2be36f7ee 100644 --- a/devel/glibmm/Makefile +++ b/devel/glibmm/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.25 2006/02/14 19:25:40 adamw Exp $ +# $MCom: ports/devel/glibmm/Makefile,v 1.26 2006/02/24 18:16:41 marcus Exp $ # PORTNAME= glibmm @@ -24,7 +24,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GCC= 3.4 USE_GNOME= gnomehack gnometarget glib20 -USE_REINPLACE= yes USE_PERL5= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile index 7dbfb8e63..3d606b5e8 100644 --- a/devel/liboil/Makefile +++ b/devel/liboil/Makefile @@ -14,7 +14,6 @@ MAINTAINER= kwm@FreeBSD.org COMMENT= Library of optimized inner loops USE_GNOME= glib20 -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_GCC= 3.4 INSTALLS_SHLIB= yes diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile index 887e11d6a..303ac22d7 100644 --- a/graphics/swfdec/Makefile +++ b/graphics/swfdec/Makefile @@ -23,7 +23,6 @@ USE_SDL= sdl USE_GNOME= gnomehack gtk20 libartlgpl2 USE_GSTREAMER80= gconf USE_GETOPT_LONG= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" diff --git a/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile index e1eb87517..aaf46b349 100644 --- a/www/evolution-webcal/Makefile +++ b/www/evolution-webcal/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@rainbow-runner.nl> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/evolution-webcal/Makefile,v 1.31 2006/02/13 19:23:02 marcus Exp $ # PORTNAME= webcal @@ -22,7 +22,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver libgnomeui -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |