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) --- math/fpc-fftw/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'math/fpc-fftw') diff --git a/math/fpc-fftw/Makefile b/math/fpc-fftw/Makefile index 63f65098d090..e13e3032c459 100644 --- a/math/fpc-fftw/Makefile +++ b/math/fpc-fftw/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math lang PKGNAMESUFFIX= -fftw @@ -13,10 +13,11 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal interface to the FFTW3 library BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc -LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} +OPTIONS= FFTW3 "Install FFTW3 library" on + .include "${MASTERDIR}/Makefile" -- cgit v1.2.3