diff options
author | edwin <edwin@FreeBSD.org> | 2005-10-09 07:08:27 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-10-09 07:08:27 +0800 |
commit | 6fa52c71c2f081cca66b96ec11cd245ba690ea1d (patch) | |
tree | 0b132e5db2d7df2803a5d3e35c59c659e2f0eda7 /games | |
parent | 75143156c4162a2f0e67a12b7014c3e23dd82126 (diff) | |
download | freebsd-ports-gnome-6fa52c71c2f081cca66b96ec11cd245ba690ea1d.tar.gz freebsd-ports-gnome-6fa52c71c2f081cca66b96ec11cd245ba690ea1d.tar.zst freebsd-ports-gnome-6fa52c71c2f081cca66b96ec11cd245ba690ea1d.zip |
Add games/kxl (which should have been devel/kxl to be honest) as
run-time dependency.
revision bump, libKXL has been has been updated.
Diffstat (limited to 'games')
-rw-r--r-- | games/spacearyarya/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/spacearyarya/Makefile b/games/spacearyarya/Makefile index 07c26a8f3db2..b466b13a2385 100644 --- a/games/spacearyarya/Makefile +++ b/games/spacearyarya/Makefile @@ -7,6 +7,7 @@ PORTNAME= spacearyarya PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://kxl.hn.org/download/ DISTNAME= SpaceAryarya-KXL-${PORTVERSION} @@ -15,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Space Harrier, the ancient video game like game BUILD_DEPENDS= ${X11BASE}/include/KXL.h:${PORTSDIR}/games/kxl +RUN_DEPENDS= ${X11BASE}/lib/libKXL-1.1.7.so:${PORTSDIR}/games/kxl NO_CDROM= Possible copyright infringement |