diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-27 21:50:37 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-27 21:50:37 +0800 |
commit | 2c794f54df0ba1b91ac73beb398e85b05d2678ca (patch) | |
tree | 3f86ab2d162603ee3274858dfded13ee77135105 /deskutils | |
parent | b6ffc9a4e67fffddcc66c41758c9ae8d41107232 (diff) | |
download | freebsd-ports-gnome-2c794f54df0ba1b91ac73beb398e85b05d2678ca.tar.gz freebsd-ports-gnome-2c794f54df0ba1b91ac73beb398e85b05d2678ca.tar.zst freebsd-ports-gnome-2c794f54df0ba1b91ac73beb398e85b05d2678ca.zip |
Fix build with glib 2.34.
While here, trim header and update WWW to new home.
Submitted by: pointyhat via miwi
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/glipper/Makefile | 10 | ||||
-rw-r--r-- | deskutils/glipper/pkg-descr | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/glipper/Makefile b/deskutils/glipper/Makefile index c4860aec572a..661a8de13f4b 100644 --- a/deskutils/glipper/Makefile +++ b/deskutils/glipper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: glipper -# Date created: 2007-10-21 -# Whom: Yuri Pankov <yuri.pankov@gmail.com> -# +# Created by: Yuri Pankov <yuri.pankov@gmail.com> # $FreeBSD$ -# PORTNAME= glipper PORTVERSION= 1.0 @@ -26,4 +22,8 @@ CONFIGURE_ARGS= --libdir=${PREFIX}/libexec GCONF_SCHEMAS= glipper.schemas +post-patch: + @${REINPLACE_CMD} -e 's|glib/gtypes.h|glib.h|g' \ + ${WRKSRC}/glipper/keybinder/tomboykeybinder.h + .include <bsd.port.mk> diff --git a/deskutils/glipper/pkg-descr b/deskutils/glipper/pkg-descr index 317b75bf1ebf..69e06994cec2 100644 --- a/deskutils/glipper/pkg-descr +++ b/deskutils/glipper/pkg-descr @@ -5,4 +5,4 @@ GNOME counterpart to KDE's Klipper. Glipper uses plugins to give the user all the extra functionality they want, including support for Actions, Snippets and No-Paste services. -WWW: http://glipper.sourceforge.net/ +WWW: https://launchpad.net/glipper |