From 493b8ff5f5acd62db3141e78b470aee3326395f8 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 11 Dec 2013 10:31:41 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in astro With hat: portmgr --- astro/xmoontool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astro/xmoontool') diff --git a/astro/xmoontool/Makefile b/astro/xmoontool/Makefile index aa9e08c3aee1..c4346af36f60 100644 --- a/astro/xmoontool/Makefile +++ b/astro/xmoontool/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= bin/xmoontool .if defined(WITHOUT_LIBNOVA) MAKE_ENV+= WITHOUT_LIBNOVA=yes .else -LIB_DEPENDS+= nova:${PORTSDIR}/astro/libnova +LIB_DEPENDS+= libnova.so:${PORTSDIR}/astro/libnova .endif pre-everything:: -- cgit