diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-13 12:59:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-13 12:59:26 +0000 |
commit | 4f9ab57b6bd63594863677e2959d1b28297d33c2 (patch) | |
tree | 9fe6b7e452144a9d1d5cf406ec829e2b0c8c7e22 /audio/musicbox | |
parent | 3e48de0fc0692f5fe0834e91e7689d017af511df (diff) | |
download | pkgsrc-4f9ab57b6bd63594863677e2959d1b28297d33c2.tar.gz |
Uses C++.
Diffstat (limited to 'audio/musicbox')
-rw-r--r-- | audio/musicbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile index 59bf3225e5b..c284625b726 100644 --- a/audio/musicbox/Makefile +++ b/audio/musicbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/03/09 21:04:41 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/05/13 12:59:26 joerg Exp $ DISTNAME= musicbox-1.01p2 PKGREVISION= 1 @@ -11,6 +11,8 @@ COMMENT= X11 front-interface for mpg123 DEPENDS+= mpg123>=0.59.18:../../audio/mpg123 +USE_LANGUAGES= c++ + WRKSRC= ${WRKDIR}/musicbox-1.01 CFLAGS+= -D${OPSYS} MAKE_ENV+= QT1DIR=${QT1DIR:Q} |