diff options
author | tv <tv@pkgsrc.org> | 2004-10-15 11:54:10 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-10-15 11:54:10 +0000 |
commit | 0053da96f2f135e48706bfa44585992cfce8139a (patch) | |
tree | 8fef8d50b989d7909d5c6c3ef0a27e08451eb3d9 /emulators | |
parent | e42a0bf0570c5786a29e3fc08bb314b46fd59bec (diff) | |
download | pkgsrc-0053da96f2f135e48706bfa44585992cfce8139a.tar.gz |
Update linkage to libltdl, now in its own package.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 6294c69c475..56fb6609c09 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:41 tv Exp $ +# $NetBSD: Makefile,v 1.6 2004/10/15 11:54:11 tv Exp $ # DISTNAME= tme-0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://theory.lcs.mit.edu/~fredette/tme/ @@ -18,6 +18,6 @@ USE_GNU_TOOLS+= make CONFIGURE_ARGS+= --disable-debug -.include "../../devel/libtool/buildlink3.mk" +.include "../../devel/libltdl/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |