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/libdca | |
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/libdca')
-rw-r--r-- | multimedia/libdca/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/multimedia/libdca/Makefile b/multimedia/libdca/Makefile index bc73490c6fcd..f7c012960b38 100644 --- a/multimedia/libdca/Makefile +++ b/multimedia/libdca/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libdts -# Date created: 12th May 2004 -# Whom: Pav Lucistnik <pav@FreeBSD.org> -# +# Created by: Pav Lucistnik <pav@FreeBSD.org> # $FreeBSD$ -# PORTNAME= libdca PORTVERSION= 0.0.5 @@ -15,7 +11,7 @@ COMMENT= Free DTS Coherent Acoustics decoder GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GNOME= pkgconfig gnomehack +USES= pkgconfig pathfix USE_LDCONFIG= yes MAN1= dcadec.1 extract_dca.1 |