View | Details | Raw Unified | Return to bug 205702
Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 12-19 Link Here
12
LICENSE=	GPLv2
12
LICENSE=	GPLv2
13
13
14
BUILD_DEPENDS=	txt2tags:${PORTSDIR}/textproc/txt2tags
14
BUILD_DEPENDS=	txt2tags:${PORTSDIR}/textproc/txt2tags
15
LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
15
LIB_DEPENDS=	libgdal.so:${PORTSDIR}/graphics/gdal \
16
		libgdal.so:${PORTSDIR}/graphics/gdal \
17
		libgeos.so:${PORTSDIR}/graphics/geos \
16
		libgeos.so:${PORTSDIR}/graphics/geos \
18
		libgsl.so:${PORTSDIR}/math/gsl \
17
		libgsl.so:${PORTSDIR}/math/gsl \
19
		libproj.so:${PORTSDIR}/graphics/proj \
18
		libproj.so:${PORTSDIR}/graphics/proj \
Lines 27-33 Link Here
27
GH_PROJECT=	${PORTNAME:tu}
26
GH_PROJECT=	${PORTNAME:tu}
28
GH_TAGNAME=	cd9d645
27
GH_TAGNAME=	cd9d645
29
28
30
USES=		cpe bison cmake fortran gmake python
29
USES=		cpe bison cmake execinfo fortran gmake python
31
USE_SQLITE=	yes
30
USE_SQLITE=	yes
32
USE_QT4=	gui svg xml network sql designer testlib linguist_build \
31
USE_QT4=	gui svg xml network sql designer testlib linguist_build \
33
		qmake_build moc_build rcc_build uic_build
32
		qmake_build moc_build rcc_build uic_build

Return to bug 205702