diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 06:26:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 06:26:46 +0000 |
commit | 61bc79f38cddca08e515b384af62c80b461e9017 (patch) | |
tree | 3cd97b658bb35c9d816701075115c217373cabbc /audio/wsoundserver | |
parent | 73a3c66b7e3164d2cbcc36d089a7a2c953919e04 (diff) |
Notes
Diffstat (limited to 'audio/wsoundserver')
-rw-r--r-- | audio/wsoundserver/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/audio/wsoundserver/Makefile b/audio/wsoundserver/Makefile index 79b1700ad35e..07431c43f410 100644 --- a/audio/wsoundserver/Makefile +++ b/audio/wsoundserver/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wsoundserver -# Date created: 9 December 1998 -# Whom: gljohns@bellsouth.net -# +# Created by: gljohns@bellsouth.net # $FreeBSD$ -# PORTNAME= wsoundserver PORTVERSION= 0.4.0 @@ -15,6 +11,9 @@ DISTNAME= WSoundServer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The sound server for Window Maker +DEPRECATED= Depends on deprecated libdockapp +EXPIRATION_DATE= 2012-11-26 + BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ audiofile.0:${PORTSDIR}/audio/libaudiofile \ |