diff options
Diffstat (limited to 'x11/xbindkeys_config/Makefile')
-rw-r--r-- | x11/xbindkeys_config/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xbindkeys_config/Makefile b/x11/xbindkeys_config/Makefile index a178e4f..9e96381 100644 --- a/x11/xbindkeys_config/Makefile +++ b/x11/xbindkeys_config/Makefile @@ -1,14 +1,13 @@ # 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= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= trevor @@ -17,12 +16,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An easy to use gtk program for configuring Xbindkeys PLIST_FILES= bin/xbindkeys_config -USE_GNOME= gtk12 +USE_GNOME= gtk20 USE_REINPLACE= yes MAKE_ENV= CC="${CC} ${CFLAGS}" post-patch: - @${REINPLACE_CMD} -e "s,gtk-config,${GTK_CONFIG},g ; \ + @${REINPLACE_CMD} -e "s,gtk-config,pkg-config gtk+-2.0,g ; \ s,^CC,#CC,g" ${WRKSRC}/Makefile do-install: |