aboutsummaryrefslogtreecommitdiff
path: root/math/saga
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-08-08 11:24:28 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-08-08 11:24:28 +0000
commit0d98a2f575ed6754579808afc332251f9493052d (patch)
tree7d4d8f7c56d6610c4cf10cf527e62f4a8c58e9a0 /math/saga
parentfa10b934c97a7fd8cb095c49780f4244d1d8897d (diff)
downloadports-0d98a2f575ed6754579808afc332251f9493052d.tar.gz
ports-0d98a2f575ed6754579808afc332251f9493052d.zip
Notes
Diffstat (limited to 'math/saga')
-rw-r--r--math/saga/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile
index aebc11758a54..bb9aa740a5f5 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -3,6 +3,7 @@
PORTNAME= saga
PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]*$//}/SAGA%20${PORTVERSION}
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
@@ -47,7 +48,7 @@ VIGRA_DESC= Enable 'Vision with Generic Algorithms' Library
.include <bsd.port.options.mk>
-LDFLAGS+= -L${LOCALBASE}/lib
+LDFLAGS+= -L${LOCALBASE}/lib -lopencv_core
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
.if ${PORT_OPTIONS:MPYTHON}