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 /archivers/file-roller/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 'archivers/file-roller/Makefile')
-rw-r--r-- | archivers/file-roller/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index 2c574a333..a5c159ce6 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= file-roller -PORTVERSION= 3.6.2 +PORTVERSION= 3.12.1 PORTEPOCH= 1 CATEGORIES= archivers gnome MASTER_SITES= GNOME @@ -16,13 +16,12 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip -USE_LDCONFIG= yes -USE_XZ= yes -USES= desktop-file-utils gettext gmake pathfix pkgconfig -INSTALLS_ICONS= yes -USE_GNOME= gconf2 gnomeprefix gtk30 intlhack \ - introspection:build +USES= desktop-file-utils gettext gmake pathfix \ + pkgconfig tar:xz +USE_GNOME= gnomeprefix gtk30 intlhack introspection:build USE_XORG= sm +INSTALLS_ICONS= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |