svn commit: r326395 - head/x11-wm/fvwm2
Guido Falsi
madpilot at FreeBSD.org
Thu Sep 5 13:21:53 UTC 2013
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
More information about the svn-ports-head
mailing list