diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-06 19:35:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-06 19:35:30 +0000 |
commit | 7eda4c5f421da752ec7600e3281b52057e3f0534 (patch) | |
tree | b82f7cfb8f70b91883d1c4fcfd919da7d32eb32b | |
parent | ac2109ed4140f19f3a11bfc6ae3a501a35382424 (diff) | |
download | freebsd-ports-7eda4c5f421da752ec7600e3281b52057e3f0534.zip |
Support stage
-rw-r--r-- | audio/tagger/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/tagger/Makefile b/audio/tagger/Makefile index ad29f8db8600..db18a7f153c0 100644 --- a/audio/tagger/Makefile +++ b/audio/tagger/Makefile @@ -11,10 +11,9 @@ MAINTAINER= lx@FreeBSD.org COMMENT= CLI Ogg/Vorbis and MP3 ID3v1/ID3v1.1 tag editor USE_BZIP2= yes -NO_STAGE= yes USES= gmake HAS_CONFIGURE= yes -CONFIGURE_ARGS+=prefix=${PREFIX} mandir=${MANPREFIX}/man +CONFIGURE_ARGS= prefix=${PREFIX} mandir=${MANPREFIX}/man CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |