diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-15 18:35:24 +0000 |
commit | 8262a7b51d413e11ef8f67c56e862ebbc6f182de (patch) | |
tree | 1e9812bc2638933184cae2b226809eb69253bb9f /devel/php-java-bridge/Makefile | |
parent | Mark DEPRECATED: abandoned upstream. (diff) |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Notes
Notes:
svn path=/head/; revision=261230
Diffstat (limited to 'devel/php-java-bridge/Makefile')
-rw-r--r-- | devel/php-java-bridge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/php-java-bridge/Makefile b/devel/php-java-bridge/Makefile index b513690137e0..2cbe7906a356 100644 --- a/devel/php-java-bridge/Makefile +++ b/devel/php-java-bridge/Makefile @@ -7,6 +7,7 @@ PORTNAME= php-java-bridge PORTVERSION= 5.4.3 +PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= SF/${PORTNAME}/OldFiles DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PHP module wich connects the PHP object with the Java/ECMA 335 object -USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:22:env +USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22:env GNU_CONFIGURE= yes USE_GMAKE= yes USE_JAVA= yes |