diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-09-12 13:46:58 +0000 |
commit | 2fc6a06a9bc3abfccb6b93249380619b3228bd4b (patch) | |
tree | 2d27e2d009b00b4b01cca37fd29831b8c3017cd2 /games/sjeng | |
parent | c6beb9cdcd0b88fbda4b01503b7adc4f82eedbf1 (diff) |
Notes
Diffstat (limited to 'games/sjeng')
-rw-r--r-- | games/sjeng/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/sjeng/Makefile b/games/sjeng/Makefile index 46d67222313e..651fc62b5325 100644 --- a/games/sjeng/Makefile +++ b/games/sjeng/Makefile @@ -7,6 +7,7 @@ PORTNAME= sjeng PORTVERSION= 11.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://sjeng.org/ftp/ DISTNAME= Sjeng-Free-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= Sjeng-Free-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Chess engine supporting chess variations -LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm +LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm GNU_CONFIGURE= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ |