summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-26 21:39:00 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-26 21:39:00 +0000
commitb96e67dc5998d2ef66da7ab4e36e67d95f4904df (patch)
treeaccb09fb869f9dabf4171c71ef44caabb1d834fa
parenta1ed694d41dd2a400f79edf758efcd5cbb980c9b (diff)
downloadpkgsrc-b96e67dc5998d2ef66da7ab4e36e67d95f4904df.tar.gz
Modular Xorg support.
-rw-r--r--audio/mpg123-nas/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile
index dad6c5cc208..a06596b6450 100644
--- a/audio/mpg123-nas/Makefile
+++ b/audio/mpg123-nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/05/26 12:33:37 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2007/01/26 21:39:00 joerg Exp $
PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION}
PKGREVISION= 10
@@ -19,5 +19,5 @@ PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-nas
.include "../../audio/mpg123/Makefile.common"
.include "../../audio/nas/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"