aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorstefan <stefan@FreeBSD.org>2006-06-28 02:26:25 +0800
committerstefan <stefan@FreeBSD.org>2006-06-28 02:26:25 +0800
commit9af03ca6bfb3d3d4acd5feb75a50268b98235ef7 (patch)
tree1bc78b6aed785876e481d945a20c38c52106de70 /x11
parentd12ef9023bac569b4a7a1758b40ac05d8ae3a22b (diff)
downloadfreebsd-ports-gnome-9af03ca6bfb3d3d4acd5feb75a50268b98235ef7.tar.gz
freebsd-ports-gnome-9af03ca6bfb3d3d4acd5feb75a50268b98235ef7.tar.zst
freebsd-ports-gnome-9af03ca6bfb3d3d4acd5feb75a50268b98235ef7.zip
- Add runtime dependency on x11/xbindkeys.
- Add a missing line break. PR: 99175 Submitted by: Fabian Keil <fk@fabiankeil.de> Approved by: arved (mentor)
Diffstat (limited to 'x11')
-rw-r--r--x11/xbindkeys_config/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile
index c8f4c51f0253..4889fe3e0d61 100644
--- a/x11/xbindkeys_config/Makefile
+++ b/x11/xbindkeys_config/Makefile
@@ -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