From 3bce257a32880bc14fca4d8a1920a9dbe7a3ff6c Mon Sep 17 00:00:00 2001 From: lesi Date: Sun, 10 Apr 2005 05:39:56 +0000 Subject: Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Packages depend on specific versions of Xaw3d and X libraries anyway and ports will get the right version number through imake. --- games/xgospel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/xgospel') diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile index 2539bbd6bef6..fa61845fcac1 100644 --- a/games/xgospel/Makefile +++ b/games/xgospel/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.teaser.fr/~jlgailly/ MAINTAINER= ports@FreeBSD.org COMMENT= An X11 Go (weiqi, baduk) client for the Internet Go Server -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_XLIB= yes USE_XPM= yes -- cgit