svn commit: r367874 - head/devel/guikachu

Antoine Brodin antoine at FreeBSD.org
Wed Sep 10 17:05:27 UTC 2014


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
 


More information about the svn-ports-head mailing list