Correctly depend on xmessage. Bump revision.
This commit is contained in:
parent
d9c8d8f5ad
commit
5afcb985df
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.22 2005/06/01 18:03:32 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2005/12/03 21:04:32 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= wmweather-2.4.2
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://www.godisch.de/debian/wmweather/
|
||||
|
||||
|
@ -13,10 +13,11 @@ COMMENT= WindowMaker DockApp showing local weather conditions
|
|||
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_TOOLS+= gmake
|
||||
USE_TOOLS+= gmake xmessage:run
|
||||
|
||||
USE_PKGINSTALL= yes
|
||||
CONFIGURE_ARGS+= --with-sysconfdir=${PKG_SYSCONFDIR}
|
||||
CONFIGURE_ARGS+= --with-xmessage=${TOOLS_PATH.xmessage}
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
||||
CONF_FILES+= ${EGDIR}/wmweather.conf ${PKG_SYSCONFDIR}/wmweather.conf
|
||||
|
|
Loading…
Reference in a new issue