diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-30 06:06:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-10-30 06:06:06 +0800 |
commit | 7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb (patch) | |
tree | e2c6d5c99be6b02d45c882e72638e55e3c9328f9 | |
parent | 40e9d8822e1cef0f42c563db70d81a221890557d (diff) | |
download | marcuscom-ports-7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb.tar marcuscom-ports-7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb.tar.gz marcuscom-ports-7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb.tar.bz2 marcuscom-ports-7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb.tar.lz marcuscom-ports-7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb.tar.xz marcuscom-ports-7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb.tar.zst marcuscom-ports-7eaaeb3b0df90e8252359d4ac4d7be8ff1b389cb.zip |
* Correct $MCom$ tags
* Use USE_AUTOTOOLS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4994 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/glib-java/Makefile | 3 | ||||
-rw-r--r-- | devel/libgconf-java/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade-java/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairo-java/Makefile | 3 | ||||
-rw-r--r-- | multimedia/totem/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/libgtk-java/Makefile | 4 | ||||
-rw-r--r-- | x11/libgnome-java/Makefile | 4 |
7 files changed, 12 insertions, 11 deletions
diff --git a/devel/glib-java/Makefile b/devel/glib-java/Makefile index 780a1b0db..174fa8be7 100644 --- a/devel/glib-java/Makefile +++ b/devel/glib-java/Makefile @@ -3,6 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom$ # PORTNAME= glib-java @@ -18,7 +19,7 @@ COMMENT= Java wrapper GLib 2 USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native diff --git a/devel/libgconf-java/Makefile b/devel/libgconf-java/Makefile index 118e860c1..bbd15ff9b 100644 --- a/devel/libgconf-java/Makefile +++ b/devel/libgconf-java/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libgconf-java/Makefile,v 1.8 2005/10/27 03:25:14 marcus Exp $ # PORTNAME= libgconf-java @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native diff --git a/devel/libglade-java/Makefile b/devel/libglade-java/Makefile index 75c3f15ee..47632373c 100644 --- a/devel/libglade-java/Makefile +++ b/devel/libglade-java/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/libglade-java/Makefile,v 1.7 2005/10/27 03:24:32 marcus Exp $ # PORTNAME= libglade-java @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_JAVA= yes USE_GCC= 3.4+ JAVA_VERSION= 1.2+ diff --git a/graphics/cairo-java/Makefile b/graphics/cairo-java/Makefile index a0bf78a14..63f27652b 100644 --- a/graphics/cairo-java/Makefile +++ b/graphics/cairo-java/Makefile @@ -3,6 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ +# $MCom$ # PORTNAME= cairo-java @@ -21,7 +22,7 @@ LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ USE_BZIP2= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 7b4b85cc2..d7afe69d9 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -3,7 +3,6 @@ # Whom: Hendrik Scholz <hendrik@scholz.net> # # $FreeBSD$ -# $MCom: ports/multimedia/totem/Makefile,v 1.21 2005/09/21 17:55:12 marcus Exp $ # PORTNAME= totem diff --git a/x11-toolkits/libgtk-java/Makefile b/x11-toolkits/libgtk-java/Makefile index e0978895e..782d468b2 100644 --- a/x11-toolkits/libgtk-java/Makefile +++ b/x11-toolkits/libgtk-java/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/libgtk-java/Makefile,v 1.15 2005/10/27 03:22:58 marcus Exp $ # PORTNAME= libgtk-java @@ -22,7 +22,7 @@ USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile index b0534c9f8..979a788e8 100644 --- a/x11/libgnome-java/Makefile +++ b/x11/libgnome-java/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/libgnome-java/Makefile,v 1.8 2005/10/27 03:23:48 marcus Exp $ # PORTNAME= libgnome-java @@ -23,7 +23,7 @@ USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_JAVA= yes JAVA_VERSION= 1.2+ JAVA_OS= native |