diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-26 19:19:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-26 19:19:04 +0800 |
commit | c862bfa2a93c2073287bce0c4a29e89331320d6b (patch) | |
tree | 6c39bf17e76994cf55e0f5f2262c4c992a0e2573 /games/warmux/Makefile | |
parent | 6c09e8a641a2bec859c44fbd4cf90c816e8b0f72 (diff) | |
download | freebsd-ports-gnome-c862bfa2a93c2073287bce0c4a29e89331320d6b.tar.gz freebsd-ports-gnome-c862bfa2a93c2073287bce0c4a29e89331320d6b.tar.zst freebsd-ports-gnome-c862bfa2a93c2073287bce0c4a29e89331320d6b.zip |
- Update to 0.7.9
PR: 108487
Submitted by: miwi
Approved by: maintainer timeout
Diffstat (limited to 'games/warmux/Makefile')
-rw-r--r-- | games/warmux/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index bd9b4bced67a..c01c473af47e 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -6,20 +6,21 @@ # PORTNAME= wormux -DISTVERSION= 0.7.4 -PORTREVISION= 1 +DISTVERSION= 0.7.9 CATEGORIES= games MASTER_SITES= http://download.gna.org/wormux/ MAINTAINER= toha@toha.org.ua COMMENT= Wormux game -LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 +LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ + curl:${PORTSDIR}/ftp/curl GNU_CONFIGURE= yes USE_SDL= sdl image mixer ttf gfx net -CONFIGURE_ARGS= --with-datadir-name=${DATADIR} --program-prefix="" +CONFIGURE_ARGS= --with-datadir-name=${DATADIR} --program-prefix="" \ + --mandir=${MANPREFIX}/man MAN6= wormux.6 |