diff options
author | lesi <lesi@FreeBSD.org> | 2005-04-10 13:39:56 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-04-10 13:39:56 +0800 |
commit | 3bce257a32880bc14fca4d8a1920a9dbe7a3ff6c (patch) | |
tree | fc4f530bc3e890ee6c93b0b7c911e19b706728b2 /graphics/xfig-devel | |
parent | 380aa653a50d8d03a9e4eb86262fbb692dbf7f89 (diff) | |
download | freebsd-ports-gnome-3bce257a32880bc14fca4d8a1920a9dbe7a3ff6c.tar.gz freebsd-ports-gnome-3bce257a32880bc14fca4d8a1920a9dbe7a3ff6c.tar.zst freebsd-ports-gnome-3bce257a32880bc14fca4d8a1920a9dbe7a3ff6c.zip |
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.
Diffstat (limited to 'graphics/xfig-devel')
-rw-r--r-- | graphics/xfig-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile index bb470eced77a..ce3fb590caa0 100644 --- a/graphics/xfig-devel/Makefile +++ b/graphics/xfig-devel/Makefile @@ -19,7 +19,7 @@ COMMENT= A drawing program for X11 LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ - Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d + Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION} |