aboutsummaryrefslogtreecommitdiff
path: root/databases/adodb/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2007-12-24 22:59:18 +0000
committerMartin Matuska <mm@FreeBSD.org>2007-12-24 22:59:18 +0000
commit7828dac949909f7bebf14e8fe4dcf71666da5b2b (patch)
tree957deedb793190746447bb2ffc0a9edb3a903c14 /databases/adodb/Makefile
parent32927a04e9204cce6392349cc6a98a7ac18266be (diff)
Notes
Diffstat (limited to 'databases/adodb/Makefile')
-rw-r--r--databases/adodb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/adodb/Makefile b/databases/adodb/Makefile
index 130c9781dfb6..a53a5b2fdd66 100644
--- a/databases/adodb/Makefile
+++ b/databases/adodb/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= adodb
-PORTVERSION= 4.93a
+PORTVERSION= 4.96a
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= adodb
@@ -18,6 +18,8 @@ COMMENT= Database library for PHP
USE_PHP= pcre
+CONFLICTS= adodb-5.*
+
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_BUILD= YES
@@ -26,9 +28,7 @@ PLIST_SUB= ADODB_DIR=${ADODB_DIR}
ADODB_SUBDIRS= contrib datadict drivers lang pear perf session xsl
-.if !defined (WITHOUT_ADODB_OPTIONS)
OPTIONS= TESTS "Install tests" off
-.endif
.include <bsd.port.pre.mk>