diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-04-03 21:26:29 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-04-03 21:26:29 +0000 |
commit | 2877cad2dce45b1415ed09028de0199423ea359d (patch) | |
tree | e5db3a6b4cebd94c24994e204b91e70e15555c99 /math/gap/Makefile | |
parent | bfb304ec3ca5c0374e995bc95c944a4fa00808a7 (diff) | |
download | ports-2877cad2dce45b1415ed09028de0199423ea359d.tar.gz ports-2877cad2dce45b1415ed09028de0199423ea359d.zip |
Notes
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r-- | math/gap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index f0ed7238f309..3b2f96abdda3 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -26,15 +26,15 @@ OPTIONS= COMPRESSED_TOMLIB "Compress tomlib files" On \ EXAMPLE "Build binaries for example" Off \ KBMAG "Build binaries for kbmag" Off \ PARGAP "Build binaries for pargap" Off \ - XGAP "Build binaries for xgap" Off -# GRAPE "Build binaries for grape" Off + XGAP "Build binaries for xgap" Off \ + GRAPE "Build binaries for grape" Off #todo anupq fplsa/guava/nq (malloc.h build error) qaos .include <bsd.port.pre.mk> GAP_VERSION= gap4r4 -GAP_PKGTIME= 2009_12_07-15_17_UTC +GAP_PKGTIME= 2010_04_02-15_19_UTC GAP_PKGDATE= ${GAP_PKGTIME:C/-.*//:S/_//g} GAP_WRKSRC= ${WRKSRC}/${GAP_VERSION} GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} |