From 4dbaaa73df52f38d808ca3c26a9fb9e78bf85cff Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Mon, 11 Nov 2013 00:47:41 +0000 Subject: - Convert LIB_DEPENDS to new syntax - Add stage support --- games/sjeng/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/sjeng') diff --git a/games/sjeng/Makefile b/games/sjeng/Makefile index 5ef6b3ac1e0d..1a19d0ce9e44 100644 --- a/games/sjeng/Makefile +++ b/games/sjeng/Makefile @@ -11,7 +11,7 @@ DISTNAME= Sjeng-Free-${PORTVERSION} MAINTAINER= ports@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 -- cgit