diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-10-20 09:04:13 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-10-20 09:04:13 +0000 |
commit | e0f35f1b730b4628e569c7a7d942cb47a704ade2 (patch) | |
tree | 44ab59fc9a4a781b603f244689ac0dea9f6a24d3 /math/GiNaC/Makefile | |
parent | 1d15221529a07e63983a977d86d6d8e83f6fca51 (diff) | |
download | ports-e0f35f1b730b4628e569c7a7d942cb47a704ade2.tar.gz ports-e0f35f1b730b4628e569c7a7d942cb47a704ade2.zip |
Notes
Diffstat (limited to 'math/GiNaC/Makefile')
-rw-r--r-- | math/GiNaC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 4447cf7c4613..46ddfe9dbd1f 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.3.6 +PORTVERSION= 1.3.8 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -27,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ MAKEINFO="makeinfo --no-split" USE_LDCONFIG= yes -MAN1= ginac-config.1 ginsh.1 viewgar.1 +MAN1= ginsh.1 viewgar.1 INFO= ginac CPPFLAGS= -I${LOCALBASE}/include |