mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add an explicit dependency on pkgconf
This commit is contained in:
parent
b7cdacd173
commit
efd0697549
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326072
@ -12,7 +12,7 @@ COMMENT= A puzzle game where the goal is to push over all dominoes
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USES= gmake pkgconfig
|
||||
USE_SDL= sdl mixer ttf
|
||||
USE_LUA= 5.1
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,9 +1,5 @@
|
||||
# New ports collection makefile for: razorback-archiveInflate
|
||||
# Date created: 2011/06/8
|
||||
# Whom: Tom Judge <tom@tomjudge.com>
|
||||
#
|
||||
# Created by: Tom Judge <tom@tomjudge.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pdfFox
|
||||
PORTVERSION= 0.5.0
|
||||
@ -25,15 +21,16 @@ RUN_DEPENDS= razorback-masterNugget>=0.5.0:${PORTSDIR}/security/razorback-master
|
||||
OPTIONS_DEFINE= DEBUG ASSERT
|
||||
ASSERT_DESC= Enable Asserts
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
RB_LIBDIR?= ${PREFIX}/lib/razorback
|
||||
GNU_CONFIGURE= yes
|
||||
USES= pkgconfig
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= ${RB_LIBDIR}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
CONFIGURE_ARGS+=--enable-debug
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user