aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-04-18 10:32:26 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-04-18 10:32:26 +0000
commita5b75ae21de76398b422bf5715a2af83132b7269 (patch)
tree16599d2ea8b1e8c26f2679c6b5eb6329029a032b /editors/xemacs-devel
parent80456087b01087f073a2c5e9c164abfc61301f5b (diff)
downloadports-a5b75ae21de76398b422bf5715a2af83132b7269.tar.gz
ports-a5b75ae21de76398b422bf5715a2af83132b7269.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.
Notes
Notes: svn path=/head/; revision=133566
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r--editors/xemacs-devel/Makefile2
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)