diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib-java/Makefile | 3 | ||||
-rw-r--r-- | devel/libgconf-java/Makefile | 4 | ||||
-rw-r--r-- | devel/libglade-java/Makefile | 4 |
3 files changed, 6 insertions, 5 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+ |