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/roadmap | |
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/roadmap')
-rw-r--r-- | astro/roadmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/roadmap/Makefile b/astro/roadmap/Makefile index d6525a41ac4b..0a51234a101b 100644 --- a/astro/roadmap/Makefile +++ b/astro/roadmap/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Vector-based GPS moving map -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src |