diff options
author | erwin <erwin@FreeBSD.org> | 2006-11-28 21:31:54 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-11-28 21:31:54 +0800 |
commit | 75a1b70b0f64fc101ff7b9dded1d803f35a1eb76 (patch) | |
tree | b2c97120942bc8f727942763fca5918927030a50 /audio | |
parent | 0511118ed3d8ee4ee850a236dd31bbbb949a7bb7 (diff) | |
download | freebsd-ports-gnome-75a1b70b0f64fc101ff7b9dded1d803f35a1eb76.tar.gz freebsd-ports-gnome-75a1b70b0f64fc101ff7b9dded1d803f35a1eb76.tar.zst freebsd-ports-gnome-75a1b70b0f64fc101ff7b9dded1d803f35a1eb76.zip |
- Deprecate
- Set EXPIRATION_DATE
PR: 105918
Submitted by: gabor
Diffstat (limited to 'audio')
-rw-r--r-- | audio/autools/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/autools/Makefile b/audio/autools/Makefile index be9654b3b7fe..c8223be51f31 100644 --- a/audio/autools/Makefile +++ b/audio/autools/Makefile @@ -17,6 +17,9 @@ COMMENT= A collection of programs to manipulate audio files BUILD_DEPENDS= ${LOCALBASE}/lib/libtsp.a:${PORTSDIR}/audio/afsp +DEPRECATED= is unfetchable and the project homepage disappeared +EXPIRATION_DATE= 2006-12-27 + USE_GMAKE= yes MAKE_ENV= AFSP_INCLUDE_PATH="${LOCALBASE}/include" \ AFSP_LIBRARY_PATH="${LOCALBASE}/lib" |