aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kterm
diff options
context:
space:
mode:
authorlesi <lesi@FreeBSD.org>2005-04-10 13:57:19 +0800
committerlesi <lesi@FreeBSD.org>2005-04-10 13:57:19 +0800
commit65822ce9ddcfd94634cd4b3768b44c9cdce5f4d2 (patch)
treeebfec0b1de954c5c2f0587cbb8072237da300fc1 /japanese/kterm
parentb23bfb65fde11504609d1868ee4ee6544fb6f287 (diff)
downloadfreebsd-ports-gnome-65822ce9ddcfd94634cd4b3768b44c9cdce5f4d2.tar.gz
freebsd-ports-gnome-65822ce9ddcfd94634cd4b3768b44c9cdce5f4d2.tar.zst
freebsd-ports-gnome-65822ce9ddcfd94634cd4b3768b44c9cdce5f4d2.zip
Remove XAWVER from Xaw3d and neXtaw LIB_DEPENDS re. Xaw3d and neXtaw will
be depended upon just fine without explicit version in there, while specifying it can occasionally confuse (cf. ports/78527). Package depends on specific versions of Xaw3d, neXtaw and X libraries anyway and port will get the right version number through imake.
Diffstat (limited to 'japanese/kterm')
-rw-r--r--japanese/kterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/kterm/Makefile b/japanese/kterm/Makefile
index 17ad2a25b7c3..a4e4213d398c 100644
--- a/japanese/kterm/Makefile
+++ b/japanese/kterm/Makefile
@@ -50,12 +50,12 @@ DOCDIR= ${PREFIX}/share/doc/kterm
@${ECHO} "Error: \$${WITH_XAW3DLIB} and \$${WITH_NEXTAWLIB} cannot be specified simultaneously!"
@${FALSE}
.elif defined(WITH_XAW3DLIB)
-LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
+LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
post-patch:
@${ECHO_MSG} "===> Applying Xaw3d scrollbar patch"
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-Xaw3d
.elif defined(WITH_NEXTAWLIB)
-LIB_DEPENDS+= neXtaw.${XAWVER}:${PORTSDIR}/x11-toolkits/neXtaw
+LIB_DEPENDS+= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw
post-patch:
@${ECHO_MSG} "===> Applying neXtaw scrollbar patch"
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-neXtaw