diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
commit | dfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch) | |
tree | 3c84ec64b1dd1a9a2618a75efa664a18033890bd /deskutils/alacarte/Makefile | |
parent | d0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff) | |
download | marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2 marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip |
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/alacarte/Makefile')
-rw-r--r-- | deskutils/alacarte/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile index 22bcb140b..871178360 100644 --- a/deskutils/alacarte/Makefile +++ b/deskutils/alacarte/Makefile @@ -1,20 +1,23 @@ # Created by: Joe Maloney jmaloney@pkgdemon.com> # $FreeBSD$ -# $MCom$ +# $MCom$ PORTNAME= alacarte -PORTVERSION= 3.6.1 -CATEGORIES= x11 gnome +PORTVERSION= 3.11.91 +PORTREVISION= 1 +CATEGORIES= deskutils gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@freebsd.org COMMENT= Freedesktop compliant menu editor for GNOME -USE_XZ= yes -USE_GNOME= gnomemenus3 gnomeprefix intlhack pygobject3 -USES= gettext gmake pkgconfig -USE_PYTHON= yes +BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl + +USES= gettext gmake pkgconfig tar:xz +USE_GNOME= gnomemenus3 gnomeprefix intlhack libxslt:build \ + py3gobject3 +USE_PYTHON= 3 INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |