diff options
-rw-r--r-- | audio/paman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/paman/Makefile b/audio/paman/Makefile index 1b01d3d7933..a540a0cd229 100644 --- a/audio/paman/Makefile +++ b/audio/paman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2015/11/03 19:10:07 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2016/03/03 13:12:20 jperkin Exp $ # DISTNAME= paman-0.9.4 @@ -11,8 +11,8 @@ HOMEPAGE= http://0pointer.de/lennart/projects/paman/ COMMENT= GTK frontend for the PulseAudio sound server GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config gmake -USE_LANGUAGES= c++ CONFIGURE_ARGS+= --disable-lynx |