diff options
-rw-r--r-- | lang/newlisp/Makefile | 24 | ||||
-rw-r--r-- | lang/newlisp/pkg-plist | 3 |
2 files changed, 7 insertions, 20 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 4bc01d5e3408..30ca2a155992 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -2,13 +2,12 @@ # Date created: 2006-09-13 # Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> # -# $MBSDlabs$ # $FreeBSD$ # PORTNAME= newlisp PORTVERSION= 10.3.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.newlisp.org/downloads/ EXTRACT_SUFX= .tgz @@ -32,8 +31,7 @@ DOCS= CHANGES CodePatterns.html ExpressionEvaluation.html \ newlisp_index.html newlisp_manual.html \ OPTIONS= GMP "Enable GMP math library support" off \ - MYSQL5 "Build with mysql 5.0.x support" off \ - MYSQL51 "Build with mysql 5.1.x support" off \ + MYSQL "Build with mysql support" off \ PGSQL "Build with postgresql support" off \ SQLITE "Build with sqlite support" off \ GUISERV "Install GUI server (in JAVA)" off @@ -52,22 +50,12 @@ PLIST_SUB+= GMP="" PLIST_SUB+= GMP="@comment " .endif -.if defined(WITH_MYSQL5) -USE_MYSQL=yes -WITH_MYSQL_VER= 50 +.if defined(WITH_MYSQL) +USE_MYSQL= yes MODULES+= mysql -PLIST_SUB+= MYSQL5="" +PLIST_SUB+= MYSQL="" .else -PLIST_SUB+= MYSQL5="@comment " -.endif - -.if defined(WITH_MYSQL51) -USE_MYSQL=yes -WITH_MYSQL_VER= 51 -MODULES+= mysql -PLIST_SUB+= MYSQL51="" -.else -PLIST_SUB+= MYSQL51="@comment " +PLIST_SUB+= MYSQL="@comment " .endif .if defined(WITH_PGSQL) diff --git a/lang/newlisp/pkg-plist b/lang/newlisp/pkg-plist index f1c078c65919..5cff0b0f89e5 100644 --- a/lang/newlisp/pkg-plist +++ b/lang/newlisp/pkg-plist @@ -75,8 +75,7 @@ bin/newlispdoc %%DATADIR%%/modules/infix.lsp %%DATADIR%%/modules/json.lsp %%DATADIR%%/modules/macro.lsp -%%MYSQL51%%%%DATADIR%%/modules/mysql.lsp -%%MYSQL5%%%%DATADIR%%/modules/mysql.lsp +%%MYSQL%%%%DATADIR%%/modules/mysql.lsp %%DATADIR%%/modules/odbc.lsp %%DATADIR%%/modules/pop3.lsp %%PGSQL%%%%DATADIR%%/modules/postgres.lsp |