svn commit: r316811 - head/deskutils/xneur

Marcus von Appen mva at FreeBSD.org
Mon Apr 29 12:30:44 UTC 2013


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}


More information about the svn-ports-head mailing list