diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:35:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:35:35 +0000 |
commit | 877e282dd37ac0c5368eb426c8cb258ece83faa2 (patch) | |
tree | 8b6f9821b1084b798e2cd9f40cba3b8456cc6774 /math/GiNaC | |
parent | 5c807bc8d55e4ff5f2882f01e5c9ea1dee25a205 (diff) |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 2f6a19b4aaa9..d03f62c02fba 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: GiNaC -# Date created: Mar 7, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GiNaC PORTVERSION= 1.6.2 @@ -19,8 +14,7 @@ COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.6:${PORTSDIR}/math/cln USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USES= pkgconfig pathfix gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |