diff options
author | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-21 21:16:10 +0000 |
commit | 67c5db45eea347ac45d89c08ca6126a1db624662 (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /wm/olvwm | |
parent | b212e2df00a8d44419254f79f45ed034576edae2 (diff) | |
download | pkgsrc-67c5db45eea347ac45d89c08ca6126a1db624662.tar.gz |
USE_IMAKE implies USE_X11BASE, remove it.
Diffstat (limited to 'wm/olvwm')
-rw-r--r-- | wm/olvwm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/olvwm/Makefile b/wm/olvwm/Makefile index 28422537cd5..05d78671b9e 100644 --- a/wm/olvwm/Makefile +++ b/wm/olvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/01 17:57:54 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/07/21 21:16:10 salo Exp $ # DISTNAME= olvwm4.src4 @@ -15,8 +15,7 @@ DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes -USE_IMAKE= # defined -USE_X11BASE= # defined +USE_IMAKE= yes .include "../../graphics/xpm/buildlink3.mk" .include "../../x11/xview-lib/buildlink3.mk" |