diff options
author | mph <mph@FreeBSD.org> | 2000-08-09 03:03:12 +0000 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2000-08-09 03:03:12 +0000 |
commit | df99232b49f768257c4d7bd6fe278f93b2af4a07 (patch) | |
tree | d2a6b9724c62ad2e056fde186ef532cea8f8feee /games/xfrisk | |
parent | 30bb41ed6d36c9743ffab0b6b593421e2c51dfa3 (diff) | |
download | FreeBSD-ports-df99232b49f768257c4d7bd6fe278f93b2af4a07.zip FreeBSD-ports-df99232b49f768257c4d7bd6fe278f93b2af4a07.tar.gz |
Check for libXaw3d instead of libXaw in order to decide whether
the Xaw3d dependency is satisfied.
Submitted by: jkh
Diffstat (limited to 'games/xfrisk')
-rw-r--r-- | games/xfrisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xfrisk/Makefile b/games/xfrisk/Makefile index 59d84c68..0abaefe 100644 --- a/games/xfrisk/Makefile +++ b/games/xfrisk/Makefile @@ -13,7 +13,7 @@ DISTNAME= XFrisk-${PORTVERSION} MAINTAINER= mph@freebsd.org -LIB_DEPENDS= Xaw.6:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d NO_CDROM= Possible trademark infringement |