summaryrefslogtreecommitdiff
path: root/wm/ion
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-15 12:03:52 +0000
committertv <tv@pkgsrc.org>2004-10-15 12:03:52 +0000
commitb1f31772d4955de37dd05e9bcbd91a4c011d5b57 (patch)
treef318aff1f84bd3fc21744a6abcd76a544bc6d480 /wm/ion
parent4116e265f7b7f8e25a3bd7ea0512403499d29c66 (diff)
downloadpkgsrc-b1f31772d4955de37dd05e9bcbd91a4c011d5b57.tar.gz
Update linkage to libltdl, now in its own package.
Diffstat (limited to 'wm/ion')
-rw-r--r--wm/ion/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/ion/Makefile b/wm/ion/Makefile
index bb6e0d802ea..b469a8425be 100644
--- a/wm/ion/Makefile
+++ b/wm/ion/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2004/10/03 00:18:23 tv Exp $
+# $NetBSD: Makefile,v 1.18 2004/10/15 12:06:05 tv Exp $
#
DISTNAME= ion-2-20040729
PKGNAME= ${DISTNAME:S/-2-/-/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= wm x11
MASTER_SITES= http://modeemi.cs.tut.fi/~tuomov/ion/dl/
@@ -40,6 +40,6 @@ INSTALLATION_DIRS= bin lib/ion libexec/ion man/man1
INSTALLATION_DIRS+= share/doc/ion share/examples/ion share/ion
.include "../../lang/lua/buildlink3.mk"
-.include "../../devel/libtool/buildlink3.mk"
+.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"