aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2004-06-03 22:41:40 +0000
committerPeter Pentchev <roam@FreeBSD.org>2004-06-03 22:41:40 +0000
commit64b64d5ff70dae7baae7d1c4985bfe485e310ca3 (patch)
tree3ba02a3613025d14be6bb631b3d27f3f9746aa88 /lang
parent1809887ddd6fd017f42ca369f650921e08b5e991 (diff)
downloadports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.tar.gz
ports-64b64d5ff70dae7baae7d1c4985bfe485e310ca3.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gambas/Makefile3
-rw-r--r--lang/php4/Makefile3
-rw-r--r--lang/php5/Makefile4
-rw-r--r--lang/php53/Makefile4
4 files changed, 8 insertions, 6 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile
index 68d52ff05854..908416735de9 100644
--- a/lang/gambas/Makefile
+++ b/lang/gambas/Makefile
@@ -6,13 +6,14 @@
PORTNAME= gambas
PORTVERSION= 0.93b
+PORTREVISION?= 1
CATEGORIES= lang
MASTER_SITES= http://gambas.sourceforge.net/
MAINTAINER= thierry@FreeBSD.org
COMMENT= Gambas Almost Means BASic
-LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl \
+LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \
ltdl.4:${PORTSDIR}/devel/libltdl
RUN_DEPENDS= pgrep:${PORTSDIR}/sysutils/pkill
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index e819f0b45f6a..38be225f0cd0 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -21,6 +21,7 @@
PORTNAME= php4
PORTVERSION= 4.3.7
+PORTREVISION?= 1
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \
http://downloads.php.net/ilia/:rc \
@@ -235,7 +236,7 @@ CONFIGURE_ARGS+=--enable-ctype
.endif
.if defined(WITH_CURL)
-LIB_DEPENDS+= curl.2:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
.endif
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 037c5e2ea89f..5c49df49fca5 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -22,7 +22,7 @@
PORTNAME= php5
PORTVERSION= 5.0.0.r2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,}
MASTER_SITE_SUBDIR= distributions/:release
@@ -234,7 +234,7 @@ CONFIGURE_ARGS+=--enable-ctype
.endif
.if defined(WITH_CURL)
-LIB_DEPENDS+= curl.2:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
.endif
diff --git a/lang/php53/Makefile b/lang/php53/Makefile
index 037c5e2ea89f..5c49df49fca5 100644
--- a/lang/php53/Makefile
+++ b/lang/php53/Makefile
@@ -22,7 +22,7 @@
PORTNAME= php5
PORTVERSION= 5.0.0.r2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= lang devel www
MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,}
MASTER_SITE_SUBDIR= distributions/:release
@@ -234,7 +234,7 @@ CONFIGURE_ARGS+=--enable-ctype
.endif
.if defined(WITH_CURL)
-LIB_DEPENDS+= curl.2:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= curl.3:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+=--with-curl=${LOCALBASE}
.endif