diff options
author | kris <kris@FreeBSD.org> | 2007-02-10 14:05:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-10 14:05:06 +0800 |
commit | 7cec0aff538bd1247a8696e8d885def0884191a2 (patch) | |
tree | 66ed2730739548863faec636954851947bd93357 /math | |
parent | b4d5ce502d5f7617170d7f6a6efd5d218c074d6f (diff) | |
download | freebsd-ports-gnome-7cec0aff538bd1247a8696e8d885def0884191a2.tar.gz freebsd-ports-gnome-7cec0aff538bd1247a8696e8d885def0884191a2.tar.zst freebsd-ports-gnome-7cec0aff538bd1247a8696e8d885def0884191a2.zip |
Use libtool15 port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'math')
-rw-r--r-- | math/gambit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 2ee5a0f6817f..7fa0633ff305 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A library of tools for doing computation in game theory +USE_AUTOTOOLS= libtool:15 USE_X_PREFIX= yes USE_WX= 2.6 USE_GNOME= gnometarget gtk20 |