mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add explicit dependency on pkgconf (8 ports)
This commit is contained in:
parent
ccbf063100
commit
72d58e2d78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326997
8 changed files with 11 additions and 20 deletions
|
@ -20,7 +20,7 @@ GH_PROJECT= OpenXcom
|
|||
GH_TAGNAME= v0.9
|
||||
GH_COMMIT= 5c8b540
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_SDL= sdl mixer image gfx
|
||||
USE_GL= gl
|
||||
USE_GCC= yes
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New Ports collection makefile for: Syobon Action
|
||||
# Date created: 2012-05-06
|
||||
# Whom: nemysis@gmx.ch
|
||||
#
|
||||
# Created by: nemysis@gmx.ch
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= syobon
|
||||
PORTVERSION= 1.0.1
|
||||
|
@ -18,7 +14,7 @@ COMMENT= Syobon Action is a platform game as Super Mario Bros
|
|||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_DOS2UNIX= *.txt
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
USE_SDL= sdl gfx image mixer ttf
|
||||
|
|
|
@ -9,6 +9,7 @@ CATEGORIES= math
|
|||
MAINTAINER= stephen@FreeBSD.org
|
||||
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
|
||||
USES= pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
|
||||
|
|
|
@ -14,6 +14,7 @@ COMMENT= Video Disk Recorder - MarkAd plugin
|
|||
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg \
|
||||
execinfo:${PORTSDIR}/devel/libexecinfo
|
||||
|
||||
USES= pkgconfig
|
||||
PATCH_STRIP= -p1
|
||||
HAVE_CONFIGURE= yes
|
||||
PORTDOCS= COPYING README HISTORY
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: vdr-plugin-osdpip
|
||||
# Date created: Wed Apr 14 18:11:42 CEST 2010
|
||||
# Whom: Juergen Lock <nox@freebsd.org>
|
||||
#
|
||||
# Created by: Juergen Lock <nox@freebsd.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= vdr-plugin-osdpip
|
||||
PORTVERSION= 0.1.1
|
||||
|
@ -21,6 +17,7 @@ COMMENT= Video Disk Recorder - picture-in-picture plugin
|
|||
|
||||
LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg
|
||||
|
||||
USES= pkgconfig
|
||||
DIST_SUBDIR= vdr
|
||||
PATCH_STRIP= -p1
|
||||
PATCH_DIST_STRIP= -p1
|
||||
|
|
|
@ -10,10 +10,10 @@ DISTNAME= xbmc-pvr-addons-${PORTVERSION}-Frodo
|
|||
MAINTAINER= nox@FreeBSD.org
|
||||
COMMENT= Video Disk Recorder - VNSI server plugin (Frodo)
|
||||
|
||||
USES= pkgconfig
|
||||
PATCH_STRIP= -p1
|
||||
HAVE_CONFIGURE= yes
|
||||
PORTDOCS= COPYING README HISTORY
|
||||
MAKE_JOBS_SAFE= yes
|
||||
WRKSRC= ${WRKDIR}/xbmc-pvr-addons-${PORTVERSION}-Frodo/addons/pvr.vdr.vnsi/${PORTNAME}
|
||||
|
||||
MAKE_ARGS+= LIBDIR=${WRKDIR}/lib \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Pidgin-LaTeX
|
||||
# Date created: 2005-06-22
|
||||
# Whom: Geoffrey Mainland <mainland@apeiron.net>
|
||||
#
|
||||
# Created by: Geoffrey Mainland <mainland@apeiron.net>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= latex
|
||||
PORTVERSION= 1.0
|
||||
|
@ -23,8 +19,8 @@ RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin \
|
|||
WRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}
|
||||
|
||||
CFLAGS+= "-fPIC"
|
||||
USES= gmake pkgconfig
|
||||
USE_TEX= latex
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_BZIP2= yes
|
||||
|
||||
|
|
|
@ -13,9 +13,9 @@ COMMENT= Quickly select a portion of the screen using minimal keystrokes
|
|||
LIB_DEPENDS= xdo.2:${PORTSDIR}/x11/xdotool \
|
||||
cairo.2:${PORTSDIR}/graphics/cairo
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_GNOME= glib20
|
||||
USE_XORG= xtst x11 xinerama
|
||||
USE_GMAKE= yes
|
||||
|
||||
PLIST_FILES= bin/keynav
|
||||
PORTEXAMPLES= keynavrc
|
||||
|
|
Loading…
Add table
Reference in a new issue