diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-31 00:22:51 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-31 00:22:51 +0800 |
commit | affdcf93c179552b221a84fd54c31242b89f4776 (patch) | |
tree | 7714a4711491764fd7e5e3764dc89ada6ba54a6c /games/quakeserver | |
parent | 59534f97625425dfe9b9d7e96e157ca6a2d6ab7c (diff) | |
download | freebsd-ports-gnome-affdcf93c179552b221a84fd54c31242b89f4776.tar.gz freebsd-ports-gnome-affdcf93c179552b221a84fd54c31242b89f4776.tar.zst freebsd-ports-gnome-affdcf93c179552b221a84fd54c31242b89f4776.zip |
Make the dependancy on linux_lib's libc.so less specific so that upgrades to that port won't break this one.
Diffstat (limited to 'games/quakeserver')
-rw-r--r-- | games/quakeserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index 9d8d4a366f40..83f00eaf7d36 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -3,7 +3,7 @@ # Date created: October 26th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.1.1.1 1996/10/28 10:49:50 jfitz Exp $ +# $Id: Makefile,v 1.2 1996/10/28 19:16:36 jfitz Exp $ # PKGNAME= quakeserver-1.01 @@ -29,7 +29,7 @@ FETCH_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ lha:${PORTSDIR}/archivers/lha RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \ - /compat/linux/lib/libc.so.5.0.9:${PORTSDIR}/emulators/linux_lib + /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib # Uncomment the next line to include the QuakeC compiler port as well #RUN_DEPENDS+= qcc:${PORTSDIR}/games/qcc |