From 10703748ebc681ee56334f21c35cf17c38e29b08 Mon Sep 17 00:00:00 2001
From: Dejan Lesjak <lesi@FreeBSD.org>
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.

---
 editors/axe/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'editors/axe')

diff --git a/editors/axe/Makefile b/editors/axe/Makefile
index 66d77116dafa..9c7fab54c5cd 100644
--- a/editors/axe/Makefile
+++ b/editors/axe/Makefile
@@ -16,7 +16,7 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple to use text editor for X
 
-LIB_DEPENDS=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
+LIB_DEPENDS=	Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
 
 USE_IMAKE=	yes
 ALL_TARGET=	Xaw3d all
-- 
cgit v1.2.3