diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-08-13 19:46:38 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-08-13 19:46:38 +0000 |
commit | f00442060f5fbdf513e5c6834995eff377cb9f01 (patch) | |
tree | e61c374a74f01fc89ba26f2d9dcc6af038c9ed4b /x11-wm/afterstep | |
parent | da698127d3aa2b1f6fe22ea7792e74013977c940 (diff) | |
download | ports-f00442060f5fbdf513e5c6834995eff377cb9f01.tar.gz ports-f00442060f5fbdf513e5c6834995eff377cb9f01.zip |
Notes
Diffstat (limited to 'x11-wm/afterstep')
-rw-r--r-- | x11-wm/afterstep/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-wm/afterstep/Makefile b/x11-wm/afterstep/Makefile index 37cdfe651786..1320082530b4 100644 --- a/x11-wm/afterstep/Makefile +++ b/x11-wm/afterstep/Makefile @@ -13,17 +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 USE_X_PREFIX= yes USE_XPM= yes +USE_IMAKE= yes INSTALL_TARGET= install install.man MANCOMPRESSED= yes MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1 |