diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
commit | 32d6ba3c612ab7323d81c30bf643fb8ce65642bd (patch) | |
tree | cca81074cd10af0c7237e0e76e72e2df6c703f4c /games/brutalchess | |
parent | 03315bbb41cbf4a95c4bdc01bd38f569c474c965 (diff) | |
download | ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.tar.gz ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.zip |
Notes
Diffstat (limited to 'games/brutalchess')
-rw-r--r-- | games/brutalchess/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/brutalchess/Makefile b/games/brutalchess/Makefile index 3956f92a5c1e..633d97065a74 100644 --- a/games/brutalchess/Makefile +++ b/games/brutalchess/Makefile @@ -7,16 +7,19 @@ PORTNAME= brutalchess PORTVERSION= 0.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-alpha-${PORTVERSION}-src +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + MAINTAINER= gustau.perez@gmail.com COMMENT= Nice looking OpenGL chess game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_XORG= x11 CONFIGURE_TARGET= --target=${ARCH}-portbld-freebsd${OSREL} |