diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-02-26 22:11:54 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-02-26 22:11:54 +0000 |
commit | 0edca97428bea72ef2ba070211101a6fd35dedfc (patch) | |
tree | 1ff84eb0040d9fc034877c5a059b741de9fcde54 /games | |
parent | a51b008407fee8081747b892c93727d64c3632d9 (diff) | |
download | ports-0edca97428bea72ef2ba070211101a6fd35dedfc.tar.gz ports-0edca97428bea72ef2ba070211101a6fd35dedfc.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/cchess/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cchess/Makefile b/games/cchess/Makefile index a9c392eb8de8..b4b0b2c070b5 100644 --- a/games/cchess/Makefile +++ b/games/cchess/Makefile @@ -7,6 +7,7 @@ PORTNAME= cchess PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ @@ -14,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Very simple Chinese chess program LIB_DEPENDS= alleg.42:${PORTSDIR}/devel/allegro \ - lirc_client.1:${PORTSDIR}/comms/lirc + lirc_client.2:${PORTSDIR}/comms/lirc USE_GMAKE= yes |