This package installs a wish script only; use DEPENDS instead of
buildlinking tk. Also relax the tk requirement so that it can be used with Tk-8.4. Bump PKGREVISION due to the dependency change.
This commit is contained in:
parent
f0746896f3
commit
f080f805d9
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2004/12/31 11:58:36 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2004/12/31 12:02:43 minskim Exp $
|
||||
|
||||
DISTNAME= icewmconf-2.1.0
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= wm
|
||||
MASTER_SITES= http://sdboyd.dyndns.org/icewmconf/
|
||||
|
||||
|
@ -8,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
|
|||
HOMEPAGE= http://www.sdboyd56.com/icewmconf/
|
||||
COMMENT= Graphical configuration tool for IceWM
|
||||
|
||||
DEPENDS+= tk-[0-9]*:../../x11/tk
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_BUILDLINK3= yes
|
||||
FILENAME= ${WRKDIR}/${DISTNAME:C/-.*//}
|
||||
|
@ -24,5 +27,4 @@ post-patch:
|
|||
do-install:
|
||||
${INSTALL_SCRIPT} ${FILENAME} ${PREFIX}/bin/
|
||||
|
||||
.include "../../x11/tk83/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue