pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/icewmconf This package installs a wish script only;...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5d2ab62efcc
branches:  trunk
changeset: 486643:e5d2ab62efcc
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Dec 31 12:02:43 2004 +0000

description:
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.

diffstat:

 wm/icewmconf/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 315b97e8f439 -r e5d2ab62efcc wm/icewmconf/Makefile
--- a/wm/icewmconf/Makefile     Fri Dec 31 11:58:36 2004 +0000
+++ b/wm/icewmconf/Makefile     Fri Dec 31 12:02:43 2004 +0000
@@ -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 @@
 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 @@
 do-install:
        ${INSTALL_SCRIPT} ${FILENAME} ${PREFIX}/bin/
 
-.include "../../x11/tk83/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index