aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2006-09-19 02:41:13 +0800
committeracm <acm@FreeBSD.org>2006-09-19 02:41:13 +0800
commit519d719fafd352c93c5b18366b7fc7c7dde870b2 (patch)
treee2b6aca92d4fd93711035bc0958052192b784c91 /math
parent5bc9a191e5554b41b7bb0753e043941f5cfb2f3b (diff)
downloadfreebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.tar.gz
freebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.tar.zst
freebsd-ports-gnome-519d719fafd352c93c5b18366b7fc7c7dde870b2.zip
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
optionally.[1] - Other tiny modifications Suggested by: Ales Catona <almindor__at__gmail.com> [1] Approved by: garga(mentor, implicit)
Diffstat (limited to 'math')
-rw-r--r--math/fpc-fftw/Makefile5
1 files changed, 3 insertions, 2 deletions
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"