diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-26 07:09:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-26 07:09:16 +0000 |
commit | ba574b0cf2abe2bdd777117655a671f540b4bab5 (patch) | |
tree | cec03fec90d79773c563a2e92d52502c489e1bd1 /audio/cmus | |
parent | 7bb314d0b2441c3cc3b925b8348c45ce07053271 (diff) | |
download | freebsd-ports-ba574b0cf2abe2bdd777117655a671f540b4bab5.zip |
Chase audio/libmodplug update.
Diffstat (limited to 'audio/cmus')
-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 bd3079e681e7..2c460f235757 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" |