diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-04-26 07:09:16 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-04-26 07:09:16 +0000 |
commit | 7037edea8a16bcca69040476fd54f4ea2ff88452 (patch) | |
tree | cbe2c57d63924c1027babfa987e84d740886ffcf /audio/cmus/Makefile | |
parent | d65cd2db5cb00cc13e9d9831d823e85e7316f279 (diff) | |
download | FreeBSD-ports-7037edea8a16bcca69040476fd54f4ea2ff88452.zip FreeBSD-ports-7037edea8a16bcca69040476fd54f4ea2ff88452.tar.gz |
Chase audio/libmodplug update.
Diffstat (limited to 'audio/cmus/Makefile')
-rw-r--r-- | audio/cmus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index bd3079e..2c460f2 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -7,6 +7,7 @@ PORTNAME= cmus PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://onion.dynserv.net/~timo/files/ \ http://mirror.greaterscope.net/cmus/ @@ -22,7 +23,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes HAS_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |