Unconditionally use libXaw3d
It doesn't make sense to let the user configure the XAW_TYPE when only one specific setting (XAW_TYPE=3d) works at all. Thanks, joerg
This commit is contained in:
parent
2b7173b0cb
commit
1690bcad60
1 changed files with 2 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2015/10/15 04:59:30 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2015/12/08 21:02:11 rillig Exp $
|
||||
|
||||
DISTNAME= xalarm-3.06
|
||||
PKGREVISION= 4
|
||||
|
@ -10,10 +10,7 @@ COMMENT= X11 interactive alarm clock
|
|||
|
||||
DEPENDS+= skill>=4.0:../../sysutils/skill
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
USE_IMAKE= yes
|
||||
XAW_TYPE?= 3d
|
||||
|
||||
FORTUNE= "Sorry, xfortune is unavailable - no fortune!"
|
||||
YOW= "Sorry, xyow is unavailable - no yow!"
|
||||
|
@ -64,5 +61,5 @@ pre-configure:
|
|||
${RUN}${CP} ${FILESDIR}/XAlarm-color.ad ${WRKSRC}/
|
||||
|
||||
.include "../../x11/libXpm/buildlink3.mk"
|
||||
.include "../../mk/xaw.buildlink3.mk"
|
||||
.include "../../x11/libXaw3d/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue