diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 15:29:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-15 15:29:06 +0800 |
commit | f4289d3fc673d8869501c2bfc2008c63dfb92dc6 (patch) | |
tree | 9c2f605c7d89696c3e9f73ceb8ca5d8df3b613ca /x11 | |
parent | 16a0fdccce381790dcb6d77f0285c38756632f07 (diff) | |
download | marcuscom-ports-f4289d3fc673d8869501c2bfc2008c63dfb92dc6.tar marcuscom-ports-f4289d3fc673d8869501c2bfc2008c63dfb92dc6.tar.gz marcuscom-ports-f4289d3fc673d8869501c2bfc2008c63dfb92dc6.tar.bz2 marcuscom-ports-f4289d3fc673d8869501c2bfc2008c63dfb92dc6.tar.lz marcuscom-ports-f4289d3fc673d8869501c2bfc2008c63dfb92dc6.tar.xz marcuscom-ports-f4289d3fc673d8869501c2bfc2008c63dfb92dc6.tar.zst marcuscom-ports-f4289d3fc673d8869501c2bfc2008c63dfb92dc6.zip |
Switch to using the GIO monitor backend.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10118 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-menus/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 3eec495b3..77b581ca6 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.67 2008/01/10 00:44:38 marcus Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.68 2008/01/15 02:53:59 mezz Exp $ # PORTNAME= gnome-menus PORTVERSION= 2.21.5 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -20,12 +21,11 @@ USE_GETTEXT= yes USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes -USE_FAM= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomevfs2 ltverhack USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-monitor-backend=fam +CONFIGURE_ARGS= --with-monitor-backend=gio CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |