diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 18:31:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 18:31:41 +0800 |
commit | 493b8ff5f5acd62db3141e78b470aee3326395f8 (patch) | |
tree | 830fc2bf7652587fa95f23130b6cf7d583cf49bc /astro/foxtrotgps | |
parent | c6d41394f638b030303d744f63571b63680fdda5 (diff) | |
download | freebsd-ports-gnome-493b8ff5f5acd62db3141e78b470aee3326395f8.tar.gz freebsd-ports-gnome-493b8ff5f5acd62db3141e78b470aee3326395f8.tar.zst freebsd-ports-gnome-493b8ff5f5acd62db3141e78b470aee3326395f8.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in astro
With hat: portmgr
Diffstat (limited to 'astro/foxtrotgps')
-rw-r--r-- | astro/foxtrotgps/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile index ed758405d0e0..c8724b35ac19 100644 --- a/astro/foxtrotgps/Makefile +++ b/astro/foxtrotgps/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= http://www.foxtrotgps.org/releases/ MAINTAINER= crwhipp@gmail.com COMMENT= Lightweight opensource gps moving map application -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - exif:${PORTSDIR}/graphics/libexif \ - soup-2.4:${PORTSDIR}/devel/libsoup \ - gps:${PORTSDIR}/astro/gpsd +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libexif.so:${PORTSDIR}/graphics/libexif \ + libsoup-2.so:${PORTSDIR}/devel/libsoup \ + libgps.so:${PORTSDIR}/astro/gpsd GNU_CONFIGURE= yes NO_STAGE= yes |