diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-05 21:21:52 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-05 21:21:52 +0800 |
commit | 60c1604e14c518e4b1c08870fc91adb0e8e59b01 (patch) | |
tree | 9c444f8f18f081a96cec2e62d134418e17b4abea /x11-wm | |
parent | 2fd7db966d0b996e72be4707a6d32a291b474b89 (diff) | |
download | freebsd-ports-gnome-60c1604e14c518e4b1c08870fc91adb0e8e59b01.tar.gz freebsd-ports-gnome-60c1604e14c518e4b1c08870fc91adb0e8e59b01.tar.zst freebsd-ports-gnome-60c1604e14c518e4b1c08870fc91adb0e8e59b01.zip |
- Add explicit pkgconfig dependency
- Bump PORTREVISION due to resulting runtime binary changes
Approved by: portmgr (bdrewery)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile index aedd6206e3ae..0b7ec3761b16 100644 --- a/x11-wm/fvwm2/Makefile +++ b/x11-wm/fvwm2/Makefile @@ -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 |