From b9f5999732e7222774f10d977b14daa0de7edb33 Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Mon, 18 Sep 2006 18:41:13 +0000 Subject: - Add OPTIONS to some freepascal ports. Now, we can install the external libs optionally.[1] - Other tiny modifications Suggested by: Ales Catona [1] Approved by: garga(mentor, implicit) --- databases/fpc-mysql/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'databases/fpc-mysql') diff --git a/databases/fpc-mysql/Makefile b/databases/fpc-mysql/Makefile index cf39e3f3e4a1..7f3dc4a27b3b 100644 --- a/databases/fpc-mysql/Makefile +++ b/databases/fpc-mysql/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -mysql @@ -14,11 +14,10 @@ COMMENT= Free Pascal interface to MySQL BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -USE_MYSQL= yes - MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -HAVE_EXAMPLES= true + +OPTIONS= MYSQL "Install MySQL client" on .include "${MASTERDIR}/Makefile" -- cgit v1.2.3