aboutsummaryrefslogtreecommitdiff
path: root/science/libkml
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-26 17:09:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-11-26 17:09:47 +0000
commit72aacb824f69a0534046a76aa966684135692ad9 (patch)
tree291b146ba3f2ac75424d293a79a58dc74da08e17 /science/libkml
parent3058d439df759dfba9be58dd1006909917b0416d (diff)
downloadports-72aacb824f69a0534046a76aa966684135692ad9.tar.gz
ports-72aacb824f69a0534046a76aa966684135692ad9.zip
Notes
Diffstat (limited to 'science/libkml')
-rw-r--r--science/libkml/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile
index b237856866de..5262032b9a77 100644
--- a/science/libkml/Makefile
+++ b/science/libkml/Makefile
@@ -4,17 +4,18 @@
PORTNAME= libkml
PORTVERSION= 1.2
DISTVERSIONPREFIX= release-
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for parse, generate, and operate on KML
LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= curl-config:ftp/curl \
- ${LOCALBASE}/include/expat.h:textproc/expat2
-LIB_DEPENDS= liburiparser.so:net/uriparser
+BUILD_DEPENDS= curl-config:ftp/curl
+LIB_DEPENDS= libexpat.so:textproc/expat2 \
+ liburiparser.so:net/uriparser
OPTIONS_DEFINE= SWIG