Date: Wed, 10 Sep 2014 17:05:26 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367874 - head/devel/guikachu Message-ID: <201409101705.s8AH5Q0V070568@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Sep 10 17:05:26 2014 New Revision: 367874 URL: http://svnweb.freebsd.org/changeset/ports/367874 QAT: https://qat.redports.org/buildarchive/r367874/ Log: - Allow staging as a regular user - Switch from gnomehack to pathfix Modified: head/devel/guikachu/Makefile Modified: head/devel/guikachu/Makefile ============================================================================== --- head/devel/guikachu/Makefile Wed Sep 10 16:39:31 2014 (r367873) +++ head/devel/guikachu/Makefile Wed Sep 10 17:05:26 2014 (r367874) @@ -14,9 +14,10 @@ COMMENT= Resource editor for PalmOS(tm) LIB_DEPENDS= libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26 \ libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm -USES= gmake pkgconfig shared-mime-info desktop-file-utils -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui +USES= gmake pathfix pkgconfig shared-mime-info desktop-file-utils +USE_GNOME= gnomeprefix intlhack libgnomeui GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_UPDATE_MIME="no" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101705.s8AH5Q0V070568>