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 | 6ec043d4ae0abc79aae116ea772bb818e7780ada (patch) | |
tree | 6b0c65766045b6f079904be97fd59eb1b41e3bb4 /wm/olvwm | |
parent | ddded3417da8b372b4b8c58893834219079938fb (diff) | |
download | pkgsrc-6ec043d4ae0abc79aae116ea772bb818e7780ada.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" |