svn commit: r333461 - head/games/sjeng
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Nov 11 00:47:42 UTC 2013
Author: danilo
Date: Mon Nov 11 00:47:41 2013
New Revision: 333461
URL: http://svnweb.freebsd.org/changeset/ports/333461
Log:
- Convert LIB_DEPENDS to new syntax
- Add stage support
Modified:
head/games/sjeng/Makefile
Modified: head/games/sjeng/Makefile
==============================================================================
--- head/games/sjeng/Makefile Mon Nov 11 00:45:23 2013 (r333460)
+++ head/games/sjeng/Makefile Mon Nov 11 00:47:41 2013 (r333461)
@@ -11,7 +11,7 @@ DISTNAME= Sjeng-Free-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Chess engine supporting chess variations
-LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@@ -19,5 +19,4 @@ LDFLAGS+= -L${LOCALBASE}/lib -lgdbm
PLIST_FILES= bin/sjeng
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list