diff options
author | lesi <lesi@FreeBSD.org> | 2005-04-10 13:53:22 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-04-10 13:53:22 +0800 |
commit | b23bfb65fde11504609d1868ee4ee6544fb6f287 (patch) | |
tree | 5094d4dfd467cd8a22d63d98dc27d07440f1a4c0 /x11-fonts | |
parent | c765cdbebc1e20db0ec21ce11f8d18036159c23d (diff) | |
download | freebsd-ports-gnome-b23bfb65fde11504609d1868ee4ee6544fb6f287.tar.gz freebsd-ports-gnome-b23bfb65fde11504609d1868ee4ee6544fb6f287.tar.zst freebsd-ports-gnome-b23bfb65fde11504609d1868ee4ee6544fb6f287.zip |
Remove XAWVER from neXtaw LIB_DEPENDS re. neXtaw 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 neXtaw and X libraries anyway and ports will get the right
version number through imake.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/nexfontsel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile index c8f434d68f95..2d0b3417db68 100644 --- a/x11-fonts/nexfontsel/Makefile +++ b/x11-fonts/nexfontsel/Makefile @@ -14,7 +14,7 @@ DISTNAME= NeXFontSel-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A neXtaw based replacement for xfontsel -LIB_DEPENDS= neXtaw.${XAWVER}:${PORTSDIR}/x11-toolkits/neXtaw +LIB_DEPENDS= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw USE_IMAKE= yes MAN1= nexfontsel.1 |