svn commit: r358887 - head/deskutils/gruler

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 23 02:03:48 UTC 2014


Author: vanilla
Date: Mon Jun 23 02:03:48 2014
New Revision: 358887
URL: http://svnweb.freebsd.org/changeset/ports/358887
QAT: https://qat.redports.org/buildarchive/r358887/

Log:
  1: Stagify.
  2: switch USES=pathfix.
  
  Approved by:	portmgr@

Modified:
  head/deskutils/gruler/Makefile

Modified: head/deskutils/gruler/Makefile
==============================================================================
--- head/deskutils/gruler/Makefile	Mon Jun 23 01:59:19 2014	(r358886)
+++ head/deskutils/gruler/Makefile	Mon Jun 23 02:03:48 2014	(r358887)
@@ -10,13 +10,12 @@ MASTER_SITES=	http://linuxadvocate.org/p
 MAINTAINER=	ps.ports at smyrak.com
 COMMENT=	Simple customizable GTK screen ruler
 
-USES=		pkgconfig
-USE_GNOME=	gnomeprefix gnomehack libgnomeui libglade2
+USES=		pkgconfig pathfix
+USE_GNOME=	gnomeprefix libgnomeui libglade2
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -export-dynamic
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|^CFLAGS=""||' ${WRKSRC}/configure
 


More information about the svn-ports-head mailing list