diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-26 21:49:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-26 21:49:45 +0000 |
commit | a8897b10dfcc08aff9f60e825799547772557fc4 (patch) | |
tree | b4a7088636d07bacc4b83ca776f1a57df9df4743 /audio/rsynth/Makefile | |
parent | b96e67dc5998d2ef66da7ab4e36e67d95f4904df (diff) | |
download | pkgsrc-a8897b10dfcc08aff9f60e825799547772557fc4.tar.gz |
Modular Xorg support.
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r-- | audio/rsynth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index 8cfe04345ab..4b052a2ca71 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:28:58 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/26 21:49:45 joerg Exp $ DISTNAME= rsynth-2.0 PKGREVISION= 2 @@ -32,5 +32,5 @@ post-install: .include "../../audio/nas/buildlink3.mk" .include "../../databases/gdbm/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |