From dd56ba22d90023036916455b678fcd115cd0f55d Mon Sep 17 00:00:00 2001 From: danfe Date: Wed, 5 Mar 2008 14:26:47 +0000 Subject: - Fix the build (missing pkg-config at configure stage) [1] - Correct minor typo in pkg-descr while here Reported by: pointyhat (via erwin, pav) [1] Approved by: maintainer (implicit) --- audio/scmpc/Makefile | 1 + audio/scmpc/pkg-descr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/scmpc') diff --git a/audio/scmpc/Makefile b/audio/scmpc/Makefile index fb80aefb7ef2..95720fc1175f 100644 --- a/audio/scmpc/Makefile +++ b/audio/scmpc/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= argtable2.1:${PORTSDIR}/devel/argtable \ USE_BZIP2= yes USE_GMAKE= yes +USE_GNOME= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ diff --git a/audio/scmpc/pkg-descr b/audio/scmpc/pkg-descr index 66ebcaacf167..a401e6350047 100644 --- a/audio/scmpc/pkg-descr +++ b/audio/scmpc/pkg-descr @@ -5,7 +5,7 @@ Features include: * Keeps unsubmitted songs in a queue which is saved to a file at a configurable interval * Will try to reconnect to MPD and Audioscrobbler if the network - connection fail + connection fails * Works with a password-protected MPD server * Can connect to Audioscrobbler through a proxy * Works when crossfading is enabled -- cgit