aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-11-27 01:09:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-11-27 01:09:47 +0800
commit5d68eb2580cc98a18a4acde8909e4aab430faf11 (patch)
tree291b146ba3f2ac75424d293a79a58dc74da08e17 /science
parentb8470659dffb4b6796674cc6ff5bf0eea631d053 (diff)
downloadfreebsd-ports-gnome-5d68eb2580cc98a18a4acde8909e4aab430faf11.tar.gz
freebsd-ports-gnome-5d68eb2580cc98a18a4acde8909e4aab430faf11.tar.zst
freebsd-ports-gnome-5d68eb2580cc98a18a4acde8909e4aab430faf11.zip
- Add LICENSE_FILE
- Fix *_DEPENDS: textproc/expat2 is also a runtime dependency - Bump PORTREVISION for dependency change
Diffstat (limited to 'science')
-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