diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/libmpeg3 | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) |
Notes
Diffstat (limited to 'multimedia/libmpeg3')
-rw-r--r-- | multimedia/libmpeg3/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/libmpeg3/Makefile b/multimedia/libmpeg3/Makefile index be77cac4ae84..c44ee43e352c 100644 --- a/multimedia/libmpeg3/Makefile +++ b/multimedia/libmpeg3/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libmpeg3 -# Date created: 06 Feb 2005 -# Whom: Igor Pokrovsky <ip@doom.homeunix.org> -# +# Created by: Igor Pokrovsky <ip@doom.homeunix.org> # $FreeBSD$ -# PORTNAME= libmpeg3 PORTVERSION= 1.8 @@ -39,6 +35,7 @@ LDFLAGS+= -lm -L${LOCALBASE}/lib -la52 ${PTHREAD_LIBS} NASM?= ${LOCALBASE}/bin/nasm +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MMMX} |