diff options
author | wen <wen@FreeBSD.org> | 2013-12-01 09:58:31 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2013-12-01 09:58:31 +0800 |
commit | 4396d344687b2e0d9b367b262297dcffb5ce0cf7 (patch) | |
tree | 4bc0235a9ec3da9a4edbf83f3193200fb41dba71 /biology/libsbml | |
parent | e4e29697e33750e41ed808258f7485f3af96dcf6 (diff) | |
download | freebsd-ports-gnome-4396d344687b2e0d9b367b262297dcffb5ce0cf7.tar.gz freebsd-ports-gnome-4396d344687b2e0d9b367b262297dcffb5ce0cf7.tar.zst freebsd-ports-gnome-4396d344687b2e0d9b367b262297dcffb5ce0cf7.zip |
- Fix build on head
Diffstat (limited to 'biology/libsbml')
-rw-r--r-- | biology/libsbml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index cd36a286e296..1dc573850884 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -17,6 +17,7 @@ OPTIONS_DEFINE= PYTHON RUBY USE_GMAKE= yes USE_ZIP= yes +USE_GCC= any GNU_CONFIGURE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |