Date: Wed, 11 Jun 2014 06:25:14 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357421 - head/sysutils/aimage Message-ID: <201406110625.s5B6PE1E076134@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Wed Jun 11 06:25:14 2014 New Revision: 357421 URL: http://svnweb.freebsd.org/changeset/ports/357421 QAT: https://qat.redports.org/buildarchive/r357421/ Log: 1: Stagify. 2: new format of LIB_DEPENDS. Modified: head/sysutils/aimage/Makefile Modified: head/sysutils/aimage/Makefile ============================================================================== --- head/sysutils/aimage/Makefile Wed Jun 11 05:56:31 2014 (r357420) +++ head/sysutils/aimage/Makefile Wed Jun 11 06:25:14 2014 (r357421) @@ -9,7 +9,7 @@ MASTER_SITES= http://digitalcorpora.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Advanced Disk Imager -LIB_DEPENDS= afflib:${PORTSDIR}/sysutils/afflib +LIB_DEPENDS= libafflib.so:${PORTSDIR}/sysutils/afflib USE_OPENSSL= yes USES= gmake @@ -17,5 +17,4 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/aimage -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406110625.s5B6PE1E076134>