Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 13:21:53 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326395 - head/x11-wm/fvwm2
Message-ID:  <201309051321.r85DLrT3031851@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Sep  5 13:21:52 2013
New Revision: 326395
URL: http://svnweb.freebsd.org/changeset/ports/326395

Log:
  - Add explicit pkgconfig dependency
  - Bump PORTREVISION due to resulting runtime binary changes
  
  Approved by:	portmgr (bdrewery)

Modified:
  head/x11-wm/fvwm2/Makefile

Modified: head/x11-wm/fvwm2/Makefile
==============================================================================
--- head/x11-wm/fvwm2/Makefile	Thu Sep  5 13:11:30 2013	(r326394)
+++ head/x11-wm/fvwm2/Makefile	Thu Sep  5 13:21:52 2013	(r326395)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fvwm
 PORTVERSION=	2.6.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-wm
 MASTER_SITES=	ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
 		http://www.fvwm.org/generated/icon_download/
@@ -23,7 +23,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	X_CFLAGS=-I${LOCALBASE}/include
 CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
 USE_AUTOTOOLS=	autoconf
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 USE_XORG=	xpm xft
 USE_BZIP2=	yes
 WANT_GNOME=	yes



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