diff options
author | tv <tv> | 2004-10-15 12:03:52 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-15 12:03:52 +0000 |
commit | c770e556c3705c1e60f04caaa7cd4a9dc56e2753 (patch) | |
tree | f318aff1f84bd3fc21744a6abcd76a544bc6d480 /wm/ion | |
parent | 260074dfc162626d0d972d89b0fb79376fe9aac2 (diff) | |
download | pkgsrc-c770e556c3705c1e60f04caaa7cd4a9dc56e2753.tar.gz |
Update linkage to libltdl, now in its own package.
Diffstat (limited to 'wm/ion')
-rw-r--r-- | wm/ion/Makefile | 6 |
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" |