diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-01-10 23:09:22 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-01-10 23:09:22 +0800 |
commit | aa67e48f47bc7669fddf0e08c4dd257c4e76f2bb (patch) | |
tree | 7c9ebb495b7c0a65adeb57b057f261fcb4986dac /math/yacas/Makefile | |
parent | a5128d14b25250a41828aecf5f764d357bc837e9 (diff) | |
download | freebsd-ports-gnome-aa67e48f47bc7669fddf0e08c4dd257c4e76f2bb.tar.gz freebsd-ports-gnome-aa67e48f47bc7669fddf0e08c4dd257c4e76f2bb.tar.zst freebsd-ports-gnome-aa67e48f47bc7669fddf0e08c4dd257c4e76f2bb.zip |
Update to version 1.0.48r1
PR: 33600
Submitted by: Ports Fury
Diffstat (limited to 'math/yacas/Makefile')
-rw-r--r-- | math/yacas/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile index a45ce9e4db69..6283aad9796e 100644 --- a/math/yacas/Makefile +++ b/math/yacas/Makefile @@ -7,25 +7,24 @@ # PORTNAME= yacas -PORTVERSION= 1.0.47r7 +PORTVERSION= 1.0.48r1 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.xs4all.nl/~apinkus/backups/ +MASTER_SITES= http://www.xs4all.nl/~apinkus/backups/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/rev/} MAINTAINER= ports@FreeBSD.org +GNU_CONFIGURE= yes + .include <bsd.port.pre.mk> .if defined(WITH_GMP) .if ${OSVERSION} >= 500000 LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp -CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" .endif CONFIGURE_ARGS+= --enable-gmp=yes .endif -GNU_CONFIGURE= yes - .include <bsd.port.post.mk> |