diff options
author | danilo <danilo@FreeBSD.org> | 2013-11-11 08:47:41 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-11-11 08:47:41 +0800 |
commit | b6fde8145d71bc76f1845da481f44273d6e46c10 (patch) | |
tree | ff8b34fae3cd2560be33abb9971b442f90d31eb8 /games/sjeng | |
parent | 6ffd28a472a85ddb4e9dddd65c7a3b3ebf9328c3 (diff) | |
download | freebsd-ports-gnome-b6fde8145d71bc76f1845da481f44273d6e46c10.tar.gz freebsd-ports-gnome-b6fde8145d71bc76f1845da481f44273d6e46c10.tar.zst freebsd-ports-gnome-b6fde8145d71bc76f1845da481f44273d6e46c10.zip |
- Convert LIB_DEPENDS to new syntax
- Add stage support
Diffstat (limited to 'games/sjeng')
-rw-r--r-- | games/sjeng/Makefile | 3 |
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> |