Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2014 14:20:02 +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: r361373 - head/games/nazghul
Message-ID:  <201407091420.s69EK2F9021834@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Jul  9 14:20:02 2014
New Revision: 361373
URL: http://svnweb.freebsd.org/changeset/ports/361373
QAT: https://qat.redports.org/buildarchive/r361373/

Log:
  1: remove NO_STAGE.
  2: new syntax of LIB_DEPENDS.

Modified:
  head/games/nazghul/Makefile

Modified: head/games/nazghul/Makefile
==============================================================================
--- head/games/nazghul/Makefile	Wed Jul  9 14:18:17 2014	(r361372)
+++ head/games/nazghul/Makefile	Wed Jul  9 14:20:02 2014	(r361373)
@@ -10,13 +10,12 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Computer role-playing game engine
 
-LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
 
 USE_SDL=	sdl image mixer
 GNU_CONFIGURE=	yes
 USES=		gmake
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -i "" 's|malloc.h|stdlib.h|g' ${WRKSRC}/src/scheme.c
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407091420.s69EK2F9021834>