summaryrefslogtreecommitdiff
path: root/wm/ion
diff options
context:
space:
mode:
authortv <tv>2004-10-15 12:03:52 +0000
committertv <tv>2004-10-15 12:03:52 +0000
commit64c30a65d4024476d383d8047f9b56cc492a2591 (patch)
treef318aff1f84bd3fc21744a6abcd76a544bc6d480 /wm/ion
parent2e1c20911fb8c8e88bb5cebd19bfc7e892b9417d (diff)
downloadpkgsrc-64c30a65d4024476d383d8047f9b56cc492a2591.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"