diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-02 20:27:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-02 20:27:07 +0800 |
commit | 298d0a7a6af8a70b198387f68850022d232e9de8 (patch) | |
tree | 3007b2a8cb54d8c2a9bb72afb9747589da81a031 /deskutils | |
parent | 3cec7ee6abf4565a72cc791d8f510703da93b82a (diff) | |
download | freebsd-ports-gnome-298d0a7a6af8a70b198387f68850022d232e9de8.tar.gz freebsd-ports-gnome-298d0a7a6af8a70b198387f68850022d232e9de8.tar.zst freebsd-ports-gnome-298d0a7a6af8a70b198387f68850022d232e9de8.zip |
Stage support
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/glipper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/glipper/Makefile b/deskutils/glipper/Makefile index b260c52a023d..118b2b286148 100644 --- a/deskutils/glipper/Makefile +++ b/deskutils/glipper/Makefile @@ -16,11 +16,10 @@ USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras USE_PYTHON= yes INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir=${PREFIX}/libexec +CONFIGURE_ARGS= --libdir=${PREFIX}/libexec --disable-schemas-install GCONF_SCHEMAS= glipper.schemas -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/gtypes.h|glib.h|g' \ ${WRKSRC}/glipper/keybinder/tomboykeybinder.h |