- Add runtime dependency on x11/xbindkeys.
- Add a missing line break. PR: 99175 Submitted by: Fabian Keil <fk@fabiankeil.de> Approved by: arved (mentor)
This commit is contained in:
parent
9398c6a5de
commit
3b3c0d0130
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166460
1 changed files with 7 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: xbindkeys_config
|
||||
# Date created: Mar 4, 2002 # Whom: ijliao
|
||||
# Date created: Mar 4, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xbindkeys_config
|
||||
PORTVERSION= 0.1.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= trevor
|
||||
|
@ -15,10 +16,13 @@ MASTER_SITE_SUBDIR= trevor
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= An easy to use gtk program for configuring Xbindkeys
|
||||
|
||||
PLIST_FILES= bin/xbindkeys_config
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/xbindkeys:${PORTSDIR}/x11/xbindkeys
|
||||
|
||||
USE_GNOME= gtk20
|
||||
MAKE_ENV= CC="${CC} ${CFLAGS}"
|
||||
|
||||
PLIST_FILES= bin/xbindkeys_config
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s,gtk-config,pkg-config gtk+-2.0,g ; \
|
||||
s,^CC,#CC,g" ${WRKSRC}/Makefile
|
||||
|
|
Loading…
Reference in a new issue