diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-11-01 14:42:58 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-11-01 14:42:58 +0000 |
commit | a9f6c0f42055c287b31c6519d9f8279e19201bed (patch) | |
tree | 82c53cb7656d21deae66b4e934012debf2bd3cf2 /math/saga | |
parent | 1f25cde375bf79a2e6560c049ab26cd091aab256 (diff) |
Notes
Diffstat (limited to 'math/saga')
-rw-r--r-- | math/saga/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 3b0ee4cc0946..c1a5feb9d699 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: saga -# Date created: 13 November 2009 -# Whom: Rainer Hurling <rhurlin@gwdg.de> -# +# Created by: Rainer Hurling <rhurlin@gwdg.de> # $FreeBSD$ -# PORTNAME= saga PORTVERSION= 2.0.8 @@ -28,6 +24,7 @@ LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ USE_WX= 2.8 USE_LDCONFIG= yes GNU_CONFIGURE= yes +USE_GCC= any USE_AUTOTOOLS= libtool CFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |