diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/libzvbi | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Notes
Notes:
svn path=/head/; revision=325945
Diffstat (limited to 'devel/libzvbi')
-rw-r--r-- | devel/libzvbi/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libzvbi/Makefile b/devel/libzvbi/Makefile index 8209b377b8c4..776b29aeea9a 100644 --- a/devel/libzvbi/Makefile +++ b/devel/libzvbi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libzvbi -# Date created: 15 May 2003 -# Whom: Oliver Lehmann <oliver@freebsd.org> -# +# Created by: Oliver Lehmann <oliver@freebsd.org> # $FreeBSD$ -# PORTNAME= libzvbi PORTVERSION= 0.2.34 @@ -17,9 +13,8 @@ COMMENT= Routines to access raw VBI capture devices LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \ unicode.0:${PORTSDIR}/devel/libunicode -USES= gettext +USES= gettext pathfix pkgconfig USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes MAN1= zvbi-ntsc-cc.1 |