diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:14:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-06 10:14:25 +0000 |
commit | a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94 (patch) | |
tree | b45a9e6bff1c1bc567d44b09b71e104d7da6208e /multimedia/gavl | |
parent | 4757fc55ca04b06dbf809b965691cfeab1fe3e67 (diff) | |
download | ports-a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94.tar.gz ports-a6ed85b07771ba9e89e4fb3daa62afe6ea1d3e94.zip |
Notes
Diffstat (limited to 'multimedia/gavl')
-rw-r--r-- | multimedia/gavl/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/multimedia/gavl/Makefile b/multimedia/gavl/Makefile index 79ffbbe1e4fb..7c0a32a7382a 100644 --- a/multimedia/gavl/Makefile +++ b/multimedia/gavl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gavl -# Date created: 2004-08-29 -# Whom: Michael Johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= gavl PORTVERSION= 1.4.0 @@ -16,8 +12,9 @@ COMMENT= A library for handling uncompressed video and audio data LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack USE_LDCONFIG= yes +USE_PKGCONFIG= build MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |