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-sqlite/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'databases/fpc-sqlite/Makefile') diff --git a/databases/fpc-sqlite/Makefile b/databases/fpc-sqlite/Makefile index 026e5a761e5b..b74b40eb6cc0 100644 --- a/databases/fpc-sqlite/Makefile +++ b/databases/fpc-sqlite/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= databases lang PKGNAMESUFFIX= -sqlite @@ -14,10 +14,10 @@ COMMENT= Free Pascal interface to SQLite BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -USE_SQLITE= yes - MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +OPTIONS= SQLITE "Install SQLite database engine" on + .include "${MASTERDIR}/Makefile" -- cgit v1.2.3