Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 12:30:43 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316811 - head/deskutils/xneur
Message-ID:  <201304291230.r3TCUhS1099359@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Mon Apr 29 12:30:43 2013
New Revision: 316811
URL: http://svnweb.freebsd.org/changeset/ports/316811

Log:
  - Unbreak by reverting the USES=pathfix change introduced earlier
  
  Reported by:	bdrewery@

Modified:
  head/deskutils/xneur/Makefile

Modified: head/deskutils/xneur/Makefile
==============================================================================
--- head/deskutils/xneur/Makefile	Mon Apr 29 12:20:35 2013	(r316810)
+++ head/deskutils/xneur/Makefile	Mon Apr 29 12:30:43 2013	(r316811)
@@ -15,7 +15,8 @@ LIB_DEPENDS=	notify.4:${PORTSDIR}/devel/
 		pcre.3:${PORTSDIR}/devel/pcre
 
 USE_BZIP2=	yes
-USES=		pkgconfig pathfix iconv
+USES=		pkgconfig iconv
+USE_GNOME=	gnomehack
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}



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