mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Unbreak with new pkgconfig
Approved by: maintainer
This commit is contained in:
parent
a99a5f0b56
commit
ef0da996c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134807
@ -17,13 +17,14 @@ COMMENT= A keygrabber for the Blackbox window manager
|
||||
|
||||
BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_PERL5= yes
|
||||
USE_GCC= 3.3+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags xft`" \
|
||||
LDFLAGS="`pkg-config --libs xft`"
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= bbkeys.1
|
||||
MAN5= bbkeysrc.5
|
||||
|
@ -16,12 +16,13 @@ COMMENT= A pager for the Blackbox window manager
|
||||
|
||||
BUILD_DEPENDS= blackbox:${PORTSDIR}/x11-wm/blackbox
|
||||
|
||||
BROKEN= Does not build
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomehack pkgconfig
|
||||
USE_GCC= 3.3+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags xft`" \
|
||||
LDFLAGS="`pkg-config --libs xft`"
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
PORTDOCS= README.bbpager
|
||||
PLIST_FILES= bin/bbpager %%DATADIR%%/bbpager.rc
|
||||
|
Loading…
Reference in New Issue
Block a user