aboutsummaryrefslogtreecommitdiffstats
path: root/games/sjeng
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-11 08:47:41 +0800
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-11 08:47:41 +0800
commit4dbaaa73df52f38d808ca3c26a9fb9e78bf85cff (patch)
treeff8b34fae3cd2560be33abb9971b442f90d31eb8 /games/sjeng
parentc62b821e260bb64e26db54fd55b3b0da359364f8 (diff)
downloadfreebsd-ports-gnome-4dbaaa73df52f38d808ca3c26a9fb9e78bf85cff.tar.gz
freebsd-ports-gnome-4dbaaa73df52f38d808ca3c26a9fb9e78bf85cff.tar.zst
freebsd-ports-gnome-4dbaaa73df52f38d808ca3c26a9fb9e78bf85cff.zip
- Convert LIB_DEPENDS to new syntax
- Add stage support
Diffstat (limited to 'games/sjeng')
-rw-r--r--games/sjeng/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.mk>