diff options
author | ashish <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2017-03-29 14:50:28 +0800 |
commit | 6bec7428ec6f09940f5aaacbfc2a923bf020d810 (patch) | |
tree | 3ea7a6a98fea93d62edd7b44e4c101e0dddf9589 /astro | |
parent | 1d26a8a1096d70252cc2241aa77b7f4673b09e51 (diff) | |
download | freebsd-ports-gnome-6bec7428ec6f09940f5aaacbfc2a923bf020d810.tar.gz freebsd-ports-gnome-6bec7428ec6f09940f5aaacbfc2a923bf020d810.tar.zst freebsd-ports-gnome-6bec7428ec6f09940f5aaacbfc2a923bf020d810.zip |
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
from LIB_DEPENDS, as port is now only .pc file
PR: 218015
Submitted by: rezny
Diffstat (limited to 'astro')
-rw-r--r-- | astro/viking/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile index 795e0cabb14e..f76cbc1d3f8c 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -3,7 +3,7 @@ PORTNAME= viking PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ @@ -13,14 +13,14 @@ COMMENT= Program to manage GPS data (tracks, waypoints, etc.) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libgexiv2.so:graphics/gexiv2 \ libpcre.so:devel/pcre \ - libpng.so:graphics/png \ - libpthread-stubs.so:devel/libpthread-stubs + libpng.so:graphics/png RUN_DEPENDS= gpsbabel:astro/gpsbabel USES= compiler:c++11-lib gmake iconv desktop-file-utils perl5 pkgconfig tar:bzip2 |