diff options
author | robak <robak@FreeBSD.org> | 2015-09-25 22:02:08 +0800 |
---|---|---|
committer | robak <robak@FreeBSD.org> | 2015-09-25 22:02:08 +0800 |
commit | 3ee543906a5985b0e803fe8894c67fcd24f0c540 (patch) | |
tree | 4b05152b1f431b0c18a89fc8f99f406f93c9187d /games/wesnoth | |
parent | 55dace144461308d2bec99ad868c1c230cb92439 (diff) | |
download | freebsd-ports-gnome-3ee543906a5985b0e803fe8894c67fcd24f0c540.tar.gz freebsd-ports-gnome-3ee543906a5985b0e803fe8894c67fcd24f0c540.tar.zst freebsd-ports-gnome-3ee543906a5985b0e803fe8894c67fcd24f0c540.zip |
games/wesnoth: add portscout information
- Fix PORTREVISION position
PR: 203310
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> (maintainer)
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 bbff4022a117..4d599b6e3a06 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -2,8 +2,8 @@ PORTNAME= wesnoth PORTVERSION= 1.12.4 -PORTEPOCH= 1 PORTREVISION= 1 +PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ \ @@ -23,6 +23,8 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR}/audio/libvorbis \ LDFLAGS+= -L${LOCALBASE}/lib -lboost_system +PORTSCOUT= limitw:1,even + USE_SDL= image mixer net ttf USE_GNOME= pango USES= cmake cpe pkgconfig shebangfix tar:bzip2 |