From 249f31cf1111726b319c2e0f42c12c2d17940896 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 31 Dec 2011 21:20:51 +0000 Subject: - Remove version specific MySQL options. [1] - Also remove extra $MBSDlabs$ CVS tag while I'm here. - Bump PORTREVISION. PR: ports/163728 [1] Submitted by: dougb --- lang/newlisp/Makefile | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) (limited to 'lang/newlisp/Makefile') 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 # -# $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) -- cgit v1.2.3