diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 08:12:01 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-04 08:12:01 +0800 |
commit | 1d1d089ac6c0dcc3e458b6d91370efa1c89ed7bb (patch) | |
tree | acdda213828bbb8225ec4ab1136c646f4cca6305 | |
parent | f72f003a94fafe45af77f3f41658c9005a1f8586 (diff) | |
download | marcuscom-ports-1d1d089ac6c0dcc3e458b6d91370efa1c89ed7bb.tar.gz marcuscom-ports-1d1d089ac6c0dcc3e458b6d91370efa1c89ed7bb.tar.zst marcuscom-ports-1d1d089ac6c0dcc3e458b6d91370efa1c89ed7bb.zip |
Convert to USE_AUTOTOOLS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4171 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/cairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/evince/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-devel/Makefile | 4 | ||||
-rw-r--r-- | graphics/glitz/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgnomecanvas/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgnomecanvasmm26/Makefile | 4 | ||||
-rw-r--r-- | graphics/libsvg-cairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/libsvg/Makefile | 4 | ||||
-rw-r--r-- | graphics/poppler/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-cairo/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-applets/Makefile | 2 | ||||
-rw-r--r-- | x11/gnomeapplets2/Makefile | 2 |
13 files changed, 24 insertions, 24 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index fdf32e54d..4aef81544 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/cairo/Makefile,v 1.11 2005/06/28 05:40:04 adamw Exp $ # PORTNAME= cairo @@ -21,7 +21,7 @@ LIB_DEPENDS= pixman.1:${PORTSDIR}/graphics/libpixman \ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} USE_GNOME= gnometarget gnomehack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${X11BASE}/include" \ diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 4eeedefdb..f55d1de3d 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -3,7 +3,7 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/evince/Makefile,v 1.17 2005/06/28 05:40:04 adamw Exp $ # PORTNAME= evince @@ -18,7 +18,7 @@ COMMENT= GNOME 2 multi-format document viewer LIB_DEPENDS= poppler.0:${PORTSDIR}/graphics/poppler USE_BZIP2= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_GMAKE= yes USE_GHOSTSCRIPT=yes diff --git a/graphics/gimp-devel/Makefile b/graphics/gimp-devel/Makefile index ee2ca3468..bdfb2881f 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.5 2005/06/28 05:40:04 adamw Exp $ +# $MCom: ports/graphics/gimp-devel/Makefile,v 1.6 2005/07/02 21:28:37 marcus Exp $ # PORTNAME= gimp @@ -38,7 +38,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 WANT_GNOME= yes INSTALLS_SHLIB= yes diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index 58bf4948f..3af7caa4b 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@ahze.net> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/glitz/Makefile,v 1.2 2005/06/28 05:40:05 adamw Exp $ # PORTNAME= glitz @@ -17,7 +17,7 @@ COMMENT= OpenGL image compositing library USE_REINPLACE= yes USE_GL= yes USE_GNOME= pkgconfig gnometarget gnomehack -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile index 88d626ac6..703bc8677 100644 --- a/graphics/libgnomecanvas/Makefile +++ b/graphics/libgnomecanvas/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.44 2005/06/28 05:40:05 adamw Exp $ # PORTNAME= libgnomecanvas @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack libglade2 libartlgpl2 CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ --disable-gtk-doc diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index 5a331a76c..51a76c4b9 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Nedotsukov <bland@mail.ru> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.6 2005/06/28 05:40:05 adamw Exp $ # PORTNAME= libgnomecanvasmm @@ -27,7 +27,7 @@ USE_GMAKE= yes USE_GCC= 3.4 USE_REINPLACE= yes USE_GNOME= gnomehack libgnomecanvas -USE_INC_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15:inc INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index 5ba1921b7..536cca03d 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/libsvg-cairo/Makefile,v 1.3 2005/06/28 05:40:06 adamw Exp $ # PORTNAME= libsvg-cairo @@ -18,7 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ svg.1:${PORTSDIR}/graphics/libsvg \ cairo.1:${PORTSDIR}/graphics/cairo -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= pkgconfig gnometarget gnomehack INSTALLS_SHLIB= yes PLIST_FILES= include/svg-cairo.h \ diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 41f59f631..f203b8772 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@ahze.net> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/libsvg/Makefile,v 1.2 2005/06/28 05:40:05 adamw Exp $ # PORTNAME= libsvg @@ -18,7 +18,7 @@ LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ png.5:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= libxml2 gnomehack gnometarget USE_ICONV= yes USE_REINPLACE= yes diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 680ac1496..961c879cc 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,7 +3,7 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.7 2005/06/28 05:40:06 adamw Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.8 2005/07/02 23:25:15 ahze Exp $ # PORTNAME= poppler @@ -16,7 +16,7 @@ COMMENT= A PDF rendering library USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix gnomehack gtk20 INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 8e820ecfc..35c58729b 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/py-cairo/Makefile,v 1.3 2005/06/28 05:23:51 ahze Exp $ # PORTNAME= cairo @@ -23,7 +23,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_PYTHON= yes USE_REINPLACE= yes WANT_GNOME= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 .include <bsd.port.pre.mk> diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index d7afb670f..ac50d96f8 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/libgnomeui/Makefile,v 1.58 2005/07/03 17:31:08 ahze Exp $ PORTNAME= libgnomeui PORTVERSION= 2.11.1 @@ -25,7 +25,7 @@ USE_XPM= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier libbonoboui INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_BISON= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 3a891c00d..d51e97b51 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -30,7 +30,7 @@ INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail USE_GSTREAMER= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FREEBSD_SYS=${FREEBSD_SYS} diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 3a891c00d..d51e97b51 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -30,7 +30,7 @@ INSTALLS_OMF= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ gail USE_GSTREAMER= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ FREEBSD_SYS=${FREEBSD_SYS} |