svn commit: r361373 - head/games/nazghul
Vanilla I. Shu
vanilla at FreeBSD.org
Wed Jul 9 14:20:03 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list