summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-03 08:09:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-03 08:09:48 +0000
commit939f849a9acec15634ba05965ae55b40728e4314 (patch)
tree0e25693910f664952366fd65b3ef58cfd8931bee /x11-fonts
parentRemove two files that don't exist (include/lwp/preempt.h and lib/liblwp.la). (diff)
Revert previous commit and just change 6 to ${XAWVER}. (The previous
version didn't work anyway, since USE_IMAKE was defined after include of bsd.port.pre.mk....)
Notes
Notes: svn path=/head/; revision=34704
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/nexfontsel/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/x11-fonts/nexfontsel/Makefile b/x11-fonts/nexfontsel/Makefile
index 856df8f14bb7..0e603a2571cf 100644
--- a/x11-fonts/nexfontsel/Makefile
+++ b/x11-fonts/nexfontsel/Makefile
@@ -13,12 +13,7 @@ DISTNAME= NeXFontSel-${PORTVERSION}
MAINTAINER= taoka@FreeBSD.org
-.include <bsd.port.pre.mk>
-.if ${XFREE86_VERSION} >= 4
-LIB_DEPENDS= neXtaw.7:${PORTSDIR}/x11-toolkits/neXtaw
-.else
-LIB_DEPENDS= neXtaw.6:${PORTSDIR}/x11-toolkits/neXtaw
-.endif
+LIB_DEPENDS= neXtaw.${XAWVER}:${PORTSDIR}/x11-toolkits/neXtaw
USE_IMAKE= yes
MAN1= nexfontsel.1
@@ -27,4 +22,4 @@ post-install:
${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
${INSTALL_DATA} ${WRKSRC}/NeXFontSel-ja.ad ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/NeXFontSel
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>