aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-07-30 00:12:33 +0800
committeritetcu <itetcu@FreeBSD.org>2006-07-30 00:12:33 +0800
commit513f8ebeab877c76977227ffe465c88fe21f2402 (patch)
tree3bd757fc2256f03dcbc504fb1c338bb67c3cf18f
parent5fb156fd131271c11f92eda1ef6975d1b66640e7 (diff)
downloadfreebsd-ports-gnome-513f8ebeab877c76977227ffe465c88fe21f2402.tar.gz
freebsd-ports-gnome-513f8ebeab877c76977227ffe465c88fe21f2402.tar.zst
freebsd-ports-gnome-513f8ebeab877c76977227ffe465c88fe21f2402.zip
remove support for postgresql and sqlite support from Makefile as they are not
supported in current release PR: ports/101021 Submitted by: Babak Farrokhi (maintainer)
-rw-r--r--www/textpattern/Makefile30
1 files changed, 1 insertions, 29 deletions
diff --git a/www/textpattern/Makefile b/www/textpattern/Makefile
index 7d2536add7f4..4f9605d1f483 100644
--- a/www/textpattern/Makefile
+++ b/www/textpattern/Makefile
@@ -20,35 +20,7 @@ WWWOWN?= www
WWWGRP?= www
TEXTPATTERN?= www/${PORTNAME}
PLIST_SUB+= TEXTPATTERN=${TEXTPATTERN}
-USE_PHP= mbstring xml
-
-OPTIONS= MYSQL "Use MySQL backend" on \
- PGSQL "Use PostgreSQL backend" off
-
-.if defined(PHP_VER) && ${PHP_VER} == 5
-OPTIONS+= SQLITE "Use SQLite backend" off
-.endif
-
-PORT_DBDIR?= /var/db/ports
-LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
-
-.if exists(${OPTIONSFILE})
-.include "${OPTIONSFILE}"
-.endif
-
-# Options that default to on:
-.if !defined(WITHOUT_MYSQL) || defined(WITH_MYSQL)
-USE_PHP+= mysql
-.endif
-
-.if defined(WITH_PGSQL)
-USE_PHP+= pgsql
-.endif
-
-.if defined(WITH_SQLITE)
-USE_PHP+= sqlite
-.endif
+USE_PHP= mbstring xml mysql
do-install:
-${MKDIR} ${PREFIX}/${TEXTPATTERN}