svn commit: r359266 - head/deskutils/gruler

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 25 18:35:47 UTC 2014


Author: amdmi3
Date: Wed Jun 25 18:35:47 2014
New Revision: 359266
URL: http://svnweb.freebsd.org/changeset/ports/359266
QAT: https://qat.redports.org/buildarchive/r359266/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/deskutils/gruler/Makefile

Modified: head/deskutils/gruler/Makefile
==============================================================================
--- head/deskutils/gruler/Makefile	Wed Jun 25 18:35:39 2014	(r359265)
+++ head/deskutils/gruler/Makefile	Wed Jun 25 18:35:47 2014	(r359266)
@@ -3,16 +3,16 @@
 
 PORTNAME=	gruler
 PORTVERSION=	0.6
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	deskutils
 MASTER_SITES=	http://linuxadvocate.org/projects/gruler/downloads/
 
 MAINTAINER=	ps.ports at smyrak.com
 COMMENT=	Simple customizable GTK screen ruler
 
-USES=		pkgconfig pathfix
+USES=		pkgconfig pathfix libtool
+GNU_CONFIGURE=	yes
 USE_GNOME=	gnomeprefix libgnomeui libglade2
-USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -export-dynamic
 


More information about the svn-ports-head mailing list