diff options
author | danfe <danfe@FreeBSD.org> | 2008-03-05 22:26:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-03-05 22:26:47 +0800 |
commit | dd56ba22d90023036916455b678fcd115cd0f55d (patch) | |
tree | 54584bdfd9489c8c4d3fdd5648ed9f96507c7089 /audio/scmpc | |
parent | a59da15a25804dbe28b6e22f89447c09b0e00f43 (diff) | |
download | freebsd-ports-gnome-dd56ba22d90023036916455b678fcd115cd0f55d.tar.gz freebsd-ports-gnome-dd56ba22d90023036916455b678fcd115cd0f55d.tar.zst freebsd-ports-gnome-dd56ba22d90023036916455b678fcd115cd0f55d.zip |
- 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)
Diffstat (limited to 'audio/scmpc')
-rw-r--r-- | audio/scmpc/Makefile | 1 | ||||
-rw-r--r-- | audio/scmpc/pkg-descr | 2 |
2 files changed, 2 insertions, 1 deletions
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 |