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 /games/xsok | |
parent | Add ruby-kde and ruby-kde-i18n, KDE extension for Ruby. (diff) |
The correct fix for the previous patches is USE_IMAKE,
which is handled in bsd.port.mk for XFree86-4.
Notes
Notes:
svn path=/head/; revision=31623
Diffstat (limited to 'games/xsok')
-rw-r--r-- | games/xsok/Makefile | 7 |
1 files changed, 1 insertions, 6 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: |