diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-27 01:09:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-27 01:09:47 +0800 |
commit | 5d68eb2580cc98a18a4acde8909e4aab430faf11 (patch) | |
tree | 291b146ba3f2ac75424d293a79a58dc74da08e17 /science | |
parent | b8470659dffb4b6796674cc6ff5bf0eea631d053 (diff) | |
download | freebsd-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/Makefile | 9 |
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 |