diff options
author | lesi <lesi@FreeBSD.org> | 2005-04-18 18:32:26 +0800 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-04-18 18:32:26 +0800 |
commit | 0e569521e652ec69fafa3beaf33b7e8c3102f653 (patch) | |
tree | 1c9a4f0564abd9ac8865056c07856e2ceb008d78 /editors | |
parent | 89a1c4323375203aab64d177053c6b16417d6cb9 (diff) | |
download | freebsd-ports-gnome-0e569521e652ec69fafa3beaf33b7e8c3102f653.tar.gz freebsd-ports-gnome-0e569521e652ec69fafa3beaf33b7e8c3102f653.tar.zst freebsd-ports-gnome-0e569521e652ec69fafa3beaf33b7e8c3102f653.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 'editors')
-rw-r--r-- | editors/xemacs-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 770b52cd39e8..ad266a53ff0d 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -98,7 +98,7 @@ WITH_DIALOGS= --with-dialogs=athena .endif .if defined(WITH_XAW3D) -LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d .endif #.if defined(WANT_GTK) |