Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 13:09:16 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314563 - head/comms/openobex
Message-ID:  <201303181309.r2ID9GiD048415@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Mon Mar 18 13:09:15 2013
New Revision: 314563
URL: http://svnweb.freebsd.org/changeset/ports/314563

Log:
  Use USES=pathfix instead of gnomehack

Modified:
  head/comms/openobex/Makefile

Modified: head/comms/openobex/Makefile
==============================================================================
--- head/comms/openobex/Makefile	Mon Mar 18 13:04:26 2013	(r314562)
+++ head/comms/openobex/Makefile	Mon Mar 18 13:09:15 2013	(r314563)
@@ -12,7 +12,7 @@ COMMENT=	Open source implementation of t
 
 USE_CMAKE=	yes
 USE_LDCONFIG=	yes
-USE_GNOME=	gnomehack
+USES=		pathfix
 MAKE_JOBS_SAFE=	yes
 USE_DOS2UNIX=	CMakeLists.txt
 CMAKE_ARGS+=	-DPKGCONFIG_INSTALL_DIR:STRING="${PREFIX}/libdata/pkgconfig"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303181309.r2ID9GiD048415>