summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-04-10 05:57:19 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-04-10 05:57:19 +0000
commit0acf0e892fc5932a63918d69757dc5632952c8e5 (patch)
tree99d010a9935b918894b02c5092d9ac8883ddf6b6
parentRemove XAWVER from neXtaw LIB_DEPENDS re. neXtaw will be depended upon just (diff)
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.
Notes
Notes: svn path=/head/; revision=132857
-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