diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:45:47 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:45:47 +0800 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/libdlna | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | freebsd-ports-gnome-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz freebsd-ports-gnome-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.zst freebsd-ports-gnome-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Diffstat (limited to 'devel/libdlna')
-rw-r--r-- | devel/libdlna/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/libdlna/Makefile b/devel/libdlna/Makefile index 7128cced471d..bddbcdb43f5e 100644 --- a/devel/libdlna/Makefile +++ b/devel/libdlna/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: devel/libdlna -# Date created: Sat Feb 9 20:20:00 UTC 2008 -# Whom: Dave Grochowski <malus.x@gmail.com> -# +# Created by: Dave Grochowski <malus.x@gmail.com> # $FreeBSD$ -# PORTNAME= libdlna PORTVERSION= 0.2.3 @@ -20,8 +16,7 @@ LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg HAS_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes |