Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 02:03:48 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358887 - head/deskutils/gruler
Message-ID:  <201406230203.s5N23muP015096@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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