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/m2vrequantiser | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) |
Notes
Diffstat (limited to 'multimedia/m2vrequantiser')
-rw-r--r-- | multimedia/m2vrequantiser/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/multimedia/m2vrequantiser/Makefile b/multimedia/m2vrequantiser/Makefile index 0eca3f079bb5..c389d7493f2a 100644 --- a/multimedia/m2vrequantiser/Makefile +++ b/multimedia/m2vrequantiser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: m2vrequantiser -# Date created: Thu Sep 14 20:47:38 CEST 2011 -# Whom: Juergen Lock <nox@FreeBSD.org> -# +# Created by: Juergen Lock <nox@FreeBSD.org> # $FreeBSD$ -# PORTNAME= m2vrequantiser PORTVERSION= 1.1 @@ -19,4 +15,5 @@ CFLAGS+= -Duint=unsigned MAKE_ARGS+= CC=${CC} CXX=${CXX} PLIST_FILES+= bin/M2VRequantiser +NO_STAGE= yes .include <bsd.port.mk> |