|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= mapserver |
8 |
PORTNAME= mapserver |
| 9 |
PORTVERSION= 5.2.0 |
9 |
PORTVERSION= 5.2.0 |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= graphics www geography |
11 |
CATEGORIES= graphics www geography |
| 11 |
MASTER_SITES= http://download.osgeo.org/mapserver/ |
12 |
MASTER_SITES= http://download.osgeo.org/mapserver/ |
| 12 |
|
13 |
|
|
Lines 67-73
Link Here
|
| 67 |
.endif |
68 |
.endif |
| 68 |
|
69 |
|
| 69 |
.if defined(WITH_GDAL) |
70 |
.if defined(WITH_GDAL) |
| 70 |
LIB_DEPENDS+= gdal.13:${PORTSDIR}/graphics/gdal |
71 |
LIB_DEPENDS+= gdal.14:${PORTSDIR}/graphics/gdal |
| 71 |
CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ |
72 |
CONFIGURE_ARGS+= --with-gdal=${LOCALBASE}/bin/gdal-config \ |
| 72 |
--with-ogr=${LOCALBASE}/bin/gdal-config |
73 |
--with-ogr=${LOCALBASE}/bin/gdal-config |
| 73 |
.endif |
74 |
.endif |