diff options
author | clement <clement@FreeBSD.org> | 2004-03-01 22:44:07 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-03-01 22:44:07 +0800 |
commit | 00e90207cfa0e7039d963dc52ec406c928b60e99 (patch) | |
tree | 1425ae58abeb07f91047290d6f8932acf80fa1dc /games/linux_nwnclient | |
parent | 9c873cac03bbaba68d0bf20db82f6bb8eaf566dd (diff) | |
download | freebsd-ports-graphics-00e90207cfa0e7039d963dc52ec406c928b60e99.tar.gz freebsd-ports-graphics-00e90207cfa0e7039d963dc52ec406c928b60e99.tar.zst freebsd-ports-graphics-00e90207cfa0e7039d963dc52ec406c928b60e99.zip |
Fix INDEX build
Diffstat (limited to 'games/linux_nwnclient')
-rw-r--r-- | games/linux_nwnclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/linux_nwnclient/Makefile b/games/linux_nwnclient/Makefile index f7ec89dfc89..e550c665ae6 100644 --- a/games/linux_nwnclient/Makefile +++ b/games/linux_nwnclient/Makefile @@ -15,7 +15,7 @@ DISTFILES= nwclient129.tar.gz linuxclientupdate129to${PORTVERSION:S/.//}.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Neverwinter Nights Linux (x86) Client -RUN_DEPENDS= /compat/linux/usr/games/nwn/nwm:${PORTSDIR}/games/linux_nwndata \ +RUN_DEPENDS= /compat/linux/usr/games/nwn/nwm:${PORTSDIR}/games/nwndata \ /compat/linux/usr/X11R6/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux_dri USE_LINUX= yes |