diff options
author | alex <alex@FreeBSD.org> | 2000-08-14 00:06:42 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-08-14 00:06:42 +0800 |
commit | c799617f3fe1578b91edd32bf8f35b519f56b66a (patch) | |
tree | 969316e2d79eb111f8b3c239aff063fd51e015d9 /x11-wm/afterstep | |
parent | 15e8d90310992d219ea0b94d8c3b1d989172d0a6 (diff) | |
download | freebsd-ports-graphics-c799617f3fe1578b91edd32bf8f35b519f56b66a.tar.gz freebsd-ports-graphics-c799617f3fe1578b91edd32bf8f35b519f56b66a.tar.zst freebsd-ports-graphics-c799617f3fe1578b91edd32bf8f35b519f56b66a.zip |
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/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index ae307cac9d9..37cdfe65178 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 |