aboutsummaryrefslogtreecommitdiff
path: root/audio/tta
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-14 16:20:45 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-14 16:20:45 +0000
commitf89a2cd35601115b66290265f8f0504b6bbf6f1d (patch)
tree5d1e80daed50ca725f6e1e41cc0ef88e49fa0b99 /audio/tta
parentf6b5e52b70ba69120358e0ee7c5110f44cd22e95 (diff)
downloadports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.tar.gz
ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.zip
- Remove 4.X support from unmaintained ports in categories starting with
letter a-c
Notes
Notes: svn path=/head/; revision=189955
Diffstat (limited to 'audio/tta')
-rw-r--r--audio/tta/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/tta/Makefile b/audio/tta/Makefile
index aa940f4e94ba..3c3aafc120c8 100644
--- a/audio/tta/Makefile
+++ b/audio/tta/Makefile
@@ -24,12 +24,6 @@ PROGRAM= ttaenc
PORTDOCS= Readme
PLIST_FILES= bin/ttaenc
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= Requires FreeBSD 5.x or higher for wide character support
-.endif
-
do-build:
${CC} ${CFLAGS} -c ${WRKSRC}/${PROGRAM}.c -o ${WRKSRC}/${PROGRAM}.o
${CC} ${LDFLAGS} -o ${WRKSRC}/${PROGRAM} ${WRKSRC}/${PROGRAM}.o
@@ -42,4 +36,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>