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. --- x11/libsx/Makefile | 2 +- x11/xcolorsel/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/libsx/Makefile b/x11/libsx/Makefile index 47847bb..be0cf22 100644 --- a/x11/libsx/Makefile +++ b/x11/libsx/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Simple X11 library -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d USE_X_PREFIX= yes ALL_TARGET= src freq diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile index 65774de..5e14854 100644 --- a/x11/xcolorsel/Makefile +++ b/x11/xcolorsel/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PKGNAME}-src MAINTAINER= ports@FreeBSD.org COMMENT= X utility to translate rgb values into X color names -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d WRKSRC= $(WRKDIR)/xcolorsel USE_REINPLACE= yes -- cgit v1.1