diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/libkml | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-gnome-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'science/libkml')
-rw-r--r-- | science/libkml/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/libkml/Makefile b/science/libkml/Makefile index a1345e3007a8..99d7226f4fd0 100644 --- a/science/libkml/Makefile +++ b/science/libkml/Makefile @@ -12,9 +12,9 @@ COMMENT= Library for parse, generate, and operate on KML LICENSE= BSD3CLAUSE -BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl \ - ${LOCALBASE}/include/expat.h:${PORTSDIR}/textproc/expat2 -LIB_DEPENDS= liburiparser.so:${PORTSDIR}/net/uriparser +BUILD_DEPENDS= curl-config:ftp/curl \ + ${LOCALBASE}/include/expat.h:textproc/expat2 +LIB_DEPENDS= liburiparser.so:net/uriparser OPTIONS_DEFINE= SWIG @@ -27,7 +27,7 @@ USES= autoreconf gmake libtool localbase GH_ACCOUNT= google USE_GITHUB= yes -SWIG_BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +SWIG_BUILD_DEPENDS= swig:devel/swig13 SWIG_CONFIGURE_OFF= --disable-swig post-patch: |