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/wesnoth | |
parent | 03315bbb41cbf4a95c4bdc01bd38f569c474c965 (diff) | |
download | ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.tar.gz ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.zip |
- Add missing dependency
- Bump PORTREVISION
Submitted by: pavbot
Notes
Notes:
svn path=/head/; revision=209948
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index cb5b10ff80bf..4419256d0b5e 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -7,12 +7,14 @@ PORTNAME= wesnoth PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ MASTER_SITE_SUBDIR= wesnoth +LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 + MAINTAINER= philip@FreeBSD.org COMMENT= A fantasy turn-based strategy game |