diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-08-13 16:06:42 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-08-13 16:06:42 +0000 |
commit | c652035d7610b730dbb22df99045472f682e8694 (patch) | |
tree | 98d23df4d7be213134081e393dd2f5ad2d31ddc8 /x11-wm | |
parent | 0c986676ae8dac811165344b7fc7b8479457ba71 (diff) | |
download | ports-c652035d7610b730dbb22df99045472f682e8694.tar.gz ports-c652035d7610b730dbb22df99045472f682e8694.zip |
Notes
Diffstat (limited to 'x11-wm')
-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 ae307cac9d99..37cdfe651786 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 |