summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2000-08-13 16:06:42 +0000
committeralex <alex@FreeBSD.org>2000-08-13 16:06:42 +0000
commitc799617f3fe1578b91edd32bf8f35b519f56b66a (patch)
tree969316e2d79eb111f8b3c239aff063fd51e015d9 /x11-wm
parent15e8d90310992d219ea0b94d8c3b1d989172d0a6 (diff)
downloadFreeBSD-ports-c799617f3fe1578b91edd32bf8f35b519f56b66a.zip
FreeBSD-ports-c799617f3fe1578b91edd32bf8f35b519f56b66a.tar.gz
This port needs xmkmf in order to build.
Depend on XFree86 version 3 if XFREE86_VERSION is not defined or != 4, or version 4 if the previous condition is not true (that is, in the case xmkmf isn't installed on the system).
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile
index ae307ca..37cdfe6 100644
--- a/x11-wm/afterstep/Makefile
+++ b/x11-wm/afterstep/Makefile
@@ -13,6 +13,12 @@ MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \
MASTER_SITE_SUBDIR= stable/archives
DISTNAME= AfterStep-${PORTVERSION}
+.if defined(XFREE86_VERSION) && (${XFREE86_VERSION} == 4)
+BUILD_DEPENDS= ${X11BASE}/bin/xmkmf:${PORTSDIR}/x11/XFree86-4
+.else
+BUILD_DEPENDS= ${X11BASE}/bin/xmkmf:${PORTSDIR}/x11/XFree86
+.endif
+
MAINTAINER= jfitz@FreeBSD.org
NO_LATEST_LINK= yes
OpenPOWER on IntegriCloud