svn commit: r357421 - head/sysutils/aimage

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 11 06:25:14 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list