diff options
Diffstat (limited to 'games/eboard/Makefile')
-rw-r--r-- | games/eboard/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index b3c1845ef47a..287d88227ede 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -7,7 +7,7 @@ PORTNAME= eboard PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/eboard-extras/pack%201%20patchlevel%202/:p1 \ @@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= johans@FreeBSD.org COMMENT= GTK+ chess board interface (mainly for FICS and chessd) +LIB_DEPENDS= png15:${PORTSDIR}/graphics/png + EXTRAS= 1pl2 2 USE_BZIP2= yes HAS_CONFIGURE= yes |