diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
commit | 216ddc419baa671bdc18a793418729537600d99b (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/cmus | |
parent | 6888ddfe5af42cca3e395048136f34cfb0f50c53 (diff) | |
download | freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.gz freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.zst freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.zip |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/cmus')
-rw-r--r-- | audio/cmus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index a976e2592f98..88a214e2b852 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -11,9 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= h.skuhra@gmail.com COMMENT= Console-based music player with really cool features -USES= pkgconfig iconv ncurses +USES= gmake pkgconfig iconv ncurses USE_BZIP2= yes -USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ENV+= HOSTCC=${CC} CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man \ |