aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmpeg3
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-07-25 14:34:52 +0000
commitefa63f6ba4d035a78bf22994112284daa54d01e2 (patch)
treea8e60f648b180d79a27a101c6135bb1ecf9d5c89 /multimedia/libmpeg3
parent07dc5b5098fa633c7cf68ca1d4973f913a455e22 (diff)
downloadports-efa63f6ba4d035a78bf22994112284daa54d01e2.tar.gz
ports-efa63f6ba4d035a78bf22994112284daa54d01e2.zip
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Notes
Notes: svn path=/head/; revision=217485
Diffstat (limited to 'multimedia/libmpeg3')
-rw-r--r--multimedia/libmpeg3/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile
index 0c04876256c8..107a6e400da2 100644
--- a/multimedia/libmpeg3/Makefile
+++ b/multimedia/libmpeg3/Makefile
@@ -21,7 +21,6 @@ LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GCC= 3.4+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
NASM?= ${LOCALBASE}/bin/nasm
MAKE_ENV= NASM=${NASM} INSTALL='${INSTALL}' ARCH=${ARCH} PTHREAD_LIBS=${PTHREAD_LIBS}