diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:29:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:29:43 +0800 |
commit | 1d6906acb47ec8516d8e2b9676289ebaca7e7a65 (patch) | |
tree | 9243e61bdd18583227745cdccb465ba7cbb4efef /multimedia/dirac | |
parent | b5c4dd3fae7295a4bc13a27b98b9a622508f460d (diff) | |
download | freebsd-ports-gnome-1d6906acb47ec8516d8e2b9676289ebaca7e7a65.tar.gz freebsd-ports-gnome-1d6906acb47ec8516d8e2b9676289ebaca7e7a65.tar.zst freebsd-ports-gnome-1d6906acb47ec8516d8e2b9676289ebaca7e7a65.zip |
Convert USE_GNOME=pkgconfig -> USES=pkgconfig
Convert USE_GNOME=gnomehack -> USES=pathfix
Convert USE_GMAKE -> USES=gmake
Diffstat (limited to 'multimedia/dirac')
-rw-r--r-- | multimedia/dirac/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/dirac/Makefile b/multimedia/dirac/Makefile index 120b0092b125..c99700aec823 100644 --- a/multimedia/dirac/Makefile +++ b/multimedia/dirac/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dirac -# Date created: 11 May 2004 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= dirac PORTVERSION= 1.0.2 @@ -16,8 +12,7 @@ COMMENT?= Open source video codec from the BBC USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV?= HAVE_LATEX=${FALSE} HAVE_DVIPDFM=${FALSE} \ |