svn commit: r330169 - head/graphics/evas_generic_loaders-ps
Grzegorz Blach
gblach at FreeBSD.org
Sat Oct 12 18:31:42 UTC 2013
Author: gblach
Date: Sat Oct 12 18:31:42 2013
New Revision: 330169
URL: http://svnweb.freebsd.org/changeset/ports/330169
Log:
- Convert to new LIB_DEPENDS syntax
- Support staging
Modified:
head/graphics/evas_generic_loaders-ps/Makefile
Modified: head/graphics/evas_generic_loaders-ps/Makefile
==============================================================================
--- head/graphics/evas_generic_loaders-ps/Makefile Sat Oct 12 18:28:20 2013 (r330168)
+++ head/graphics/evas_generic_loaders-ps/Makefile Sat Oct 12 18:31:42 2013 (r330169)
@@ -14,7 +14,7 @@ COMMENT= Additional loader for Evas (ps)
LICENSE= GPLv2
-LIB_DEPENDS= spectre:${PORTSDIR}/print/libspectre
+LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre
DIST_SUBDIR= e17
USE_BZIP2= yes
@@ -25,11 +25,10 @@ USE_LDCONFIG= yes
BINSRC= ${WRKSRC}/src/bin/${PORTNAME}
-NO_STAGE= yes
do-build:
- ${MAKE} -C ${BINSRC}
+ ${MAKE} ${MAKE_ARGS} -C ${BINSRC}
do-install:
- ${MAKE} -C ${BINSRC} install
+ ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list