svn commit: r322335 - head/textproc/libguess

William Grzybowski wg at FreeBSD.org
Fri Jul 5 14:51:10 UTC 2013


Author: wg
Date: Fri Jul  5 14:51:09 2013
New Revision: 322335
URL: http://svnweb.freebsd.org/changeset/ports/322335

Log:
  textproc/libguess: convert remaining USE_GNOME
  
  - Convert USE_GNOME to USES as well
  
  Reported by:	jgh

Modified:
  head/textproc/libguess/Makefile

Modified: head/textproc/libguess/Makefile
==============================================================================
--- head/textproc/libguess/Makefile	Fri Jul  5 14:41:15 2013	(r322334)
+++ head/textproc/libguess/Makefile	Fri Jul  5 14:51:09 2013	(r322335)
@@ -11,8 +11,7 @@ COMMENT=	High-speed character set detect
 
 LIB_DEPENDS=	mowgli:${PORTSDIR}/devel/libmowgli
 
-USES=		gmake
-USE_GNOME=	gnomehack pkgconfig
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list