diff options
author | alex <alex@FreeBSD.org> | 2000-08-14 03:46:38 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-08-14 03:46:38 +0800 |
commit | e6b95b04be94f06dc6dcaa65d6158a0dcbb6b2c2 (patch) | |
tree | f67779f00a16d677a604810b136154c4aadd9ac2 | |
parent | 216a3063325461ff6d82ff18adc928a828891f94 (diff) | |
download | freebsd-ports-gnome-e6b95b04be94f06dc6dcaa65d6158a0dcbb6b2c2.tar.gz freebsd-ports-gnome-e6b95b04be94f06dc6dcaa65d6158a0dcbb6b2c2.tar.zst freebsd-ports-gnome-e6b95b04be94f06dc6dcaa65d6158a0dcbb6b2c2.zip |
The correct fix for the previous patches is USE_IMAKE,
which is handled in bsd.port.mk for XFree86-4.
-rw-r--r-- | games/xsok/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 7 | ||||
-rw-r--r-- | x11-wm/afterstep/Makefile | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/games/xsok/Makefile b/games/xsok/Makefile index 20ad36edeada..39cce09a0271 100644 --- a/games/xsok/Makefile +++ b/games/xsok/Makefile @@ -15,14 +15,9 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org -.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 - USE_X_PREFIX= yes USE_XPM= yes +USE_IMAKE= yes MAN6= xsok.6x post-install: diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 2aeac54ec8d6..e0cbffd06f4f 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -25,15 +25,10 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= issei@jp.FreeBSD.org -.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 - DIST_SUBDIR= afterstep 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 \ 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 |