diff options
author | mph <mph@FreeBSD.org> | 2000-08-09 11:03:12 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 2000-08-09 11:03:12 +0800 |
commit | df99232b49f768257c4d7bd6fe278f93b2af4a07 (patch) | |
tree | d2a6b9724c62ad2e056fde186ef532cea8f8feee | |
parent | 30bb41ed6d36c9743ffab0b6b593421e2c51dfa3 (diff) | |
download | freebsd-ports-gnome-df99232b49f768257c4d7bd6fe278f93b2af4a07.tar.gz freebsd-ports-gnome-df99232b49f768257c4d7bd6fe278f93b2af4a07.tar.zst freebsd-ports-gnome-df99232b49f768257c4d7bd6fe278f93b2af4a07.zip |
Check for libXaw3d instead of libXaw in order to decide whether
the Xaw3d dependency is satisfied.
Submitted by: jkh
-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 59d84c68949f..0abaefe0016c 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 |