diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-05-03 01:26:37 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-05-03 01:26:37 +0000 |
commit | 79492c521f15edb7169af170c2fe7179ec9c9154 (patch) | |
tree | fb61eb1ac73e2d75e71779f257705efdaf5bae13 /audio | |
parent | 7ace80ec83449242547008df1492945bcb4d2d0b (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rat/Makefile | 2 | ||||
-rw-r--r-- | audio/rat30/Makefile | 2 | ||||
-rw-r--r-- | audio/speak_freely/Makefile | 2 | ||||
-rw-r--r-- | audio/vat/Makefile | 2 | ||||
-rw-r--r-- | audio/xspeakfree/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index c3d1f57e29ce..33c579aa2f90 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool DEPRECATED= Unmaintained, anachronistic, mail freebsd-ports@FreeBSD.org if interested -EXPIRATION= 2011-06-30 +EXPIRATION_DATE= 2011-06-30 USE_TK= yes USE_XORG= x11 xext sm ice diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile index 7fa795f3a700..0986a7fcee20 100644 --- a/audio/rat30/Makefile +++ b/audio/rat30/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool DEPRECATED= Unmaintained, anachronistic, mail freebsd-ports@FreeBSD.org if interested -EXPIRATION= 2011-06-30 +EXPIRATION_DATE= 2011-06-30 USE_TK= 82 USE_XORG= x11 xext diff --git a/audio/speak_freely/Makefile b/audio/speak_freely/Makefile index 343fca07c0ab..bc28658127d2 100644 --- a/audio/speak_freely/Makefile +++ b/audio/speak_freely/Makefile @@ -14,7 +14,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Voice communication over data networks DEPRECATED= Unmaintained, anachronistic, mail freebsd-ports@FreeBSD.org if interested -EXPIRATION= 2011-06-30 +EXPIRATION_DATE= 2011-06-30 LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm diff --git a/audio/vat/Makefile b/audio/vat/Makefile index 0677a5377cfc..0452f916b4f9 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Visual Audio Tool - multicast audioconferencing DEPRECATED= Unmaintained, anachronistic, mail freebsd-ports@FreeBSD.org if interested -EXPIRATION= 2011-06-30 +EXPIRATION_DATE= 2011-06-30 GSM_DIR= ${.CURDIR}/../../audio/gsm GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl13 diff --git a/audio/xspeakfree/Makefile b/audio/xspeakfree/Makefile index f66bcd330d70..7ed03b7448a3 100644 --- a/audio/xspeakfree/Makefile +++ b/audio/xspeakfree/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk (wish) frontend to Speak Freely DEPRECATED= Unmaintained, unfetchable, mail freebsd-ports@FreeBSD.org if interested -EXPIRATION= 2011-06-30 +EXPIRATION_DATE= 2011-06-30 RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ${LOCALBASE}/bin/sfmike:${PORTSDIR}/audio/speak_freely |