summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-03-12 00:28:17 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-03-12 00:28:17 +0000
commit617c57ad7c79c3c4da1470d2f9b6c0b90dcaf17c (patch)
tree15edd2f89886d54ff781f0546c94604370e966c0 /Mk/bsd.port.mk
parentReverse spam in previous commit. (diff)
Change the imake-4 dependency to the new date.def file in XFree86 4.3.0.
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=77108
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index add7d74f08a9..5a89b8369b1a 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1284,11 +1284,9 @@ XAWVER= 6
PKG_IGNORE_DEPENDS?= '^XFree86-3\.'
.else
.if defined(USE_IMAKE)
-BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4
-.if ${XFREE86_VERSION} == 4
+BUILD_DEPENDS+= ${X11BASE}/lib/X11/config/date.def:${PORTSDIR}/devel/imake-4
RUN_DEPENDS+= mkhtmlindex:${PORTSDIR}/devel/imake-4
.endif
-.endif
.if defined(USE_XPM) || defined(USE_DGS)
USE_XLIB= yes
.endif