diff options
author | trasz <trasz@FreeBSD.org> | 2009-08-22 19:07:21 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2009-08-22 19:07:21 +0800 |
commit | 9cf4f534966d4c8d0c1a7d1403fe22c95e0cc2b5 (patch) | |
tree | 52189bdb9468e357ae0e1f8c8998d4e65f5c20d2 /audio/tap-plugins/Makefile | |
parent | e4e6ef45e5107b0116feac1548bb2fc8dcaeef12 (diff) | |
download | freebsd-ports-gnome-9cf4f534966d4c8d0c1a7d1403fe22c95e0cc2b5.tar.gz freebsd-ports-gnome-9cf4f534966d4c8d0c1a7d1403fe22c95e0cc2b5.tar.zst freebsd-ports-gnome-9cf4f534966d4c8d0c1a7d1403fe22c95e0cc2b5.zip |
Update to 0.8.1 and take maintainership.
Diffstat (limited to 'audio/tap-plugins/Makefile')
-rw-r--r-- | audio/tap-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/tap-plugins/Makefile b/audio/tap-plugins/Makefile index b4ab690501d9..604af19a90ef 100644 --- a/audio/tap-plugins/Makefile +++ b/audio/tap-plugins/Makefile @@ -5,11 +5,11 @@ # $FreeBSD$ PORTNAME= tap-plugins -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= audio -MASTER_SITES= SF +MASTER_SITES= SF/tap-plugins/tap-plugins/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= trasz@FreeBSD.org COMMENT= LADSPA Plugins by Tom Szilagy MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I. -c -fPIC -DPIC" \ |