diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-04 16:03:30 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-04 16:03:30 +0800 |
commit | 0594636a8c34213cbcf3888b14f78c814aef499b (patch) | |
tree | 6f0e04ffb1c70c3597c467c9cba6f2227b071d15 | |
parent | 92618ffee291ebd8b2f9cde4e36f95ae9f2de738 (diff) | |
download | marcuscom-ports-0594636a8c34213cbcf3888b14f78c814aef499b.tar.gz marcuscom-ports-0594636a8c34213cbcf3888b14f78c814aef499b.tar.zst marcuscom-ports-0594636a8c34213cbcf3888b14f78c814aef499b.zip |
libkrb5 from ports is not needed (apparently). Remove that while there are no
bad reports about it.
While here, do cosmetic changes and switch to tar:xz.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19449 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/cinnamon-control-center/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/cinnamon-control-center/Makefile b/sysutils/cinnamon-control-center/Makefile index eed9b9bad..43b72d4a4 100644 --- a/sysutils/cinnamon-control-center/Makefile +++ b/sysutils/cinnamon-control-center/Makefile @@ -4,12 +4,13 @@ PORTNAME= cinnamon-control-center PORTVERSION= 2.0.9 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 MAINTAINER= gustau.perez@gmail.com -COMMENT= gnome-control-center replacement for Cinnamon +COMMENT= Control center for Cinnamon BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ cinnamon-settings-daemon>=0:${PORTSDIR}/sysutils/cinnamon-settings-daemon \ @@ -17,7 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libupower-glib.so:${PORTSDIR}/sysutils/upower \ libcheese.so:${PORTSDIR}/multimedia/cheese \ - libkrb5support.so:${PORTSDIR}/security/krb5 \ libcaribou.so:${PORTSDIR}/accessibility/caribou \ libgtop-2.0.so:${PORTSDIR}/devel/libgtop \ libmuffin.so:${PORTSDIR}/x11-wm/muffin \ @@ -36,18 +36,16 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py- ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \ py*-lxml>=0:${PORTSDIR}/devel/py-lxml -USE_XORG= x11 xfixes sm USES= gettext gmake pathfix pkgconfig USE_GNOME= evolutiondataserver3 gconf2 gnomemenus3 gnomeprefix \ gtk30 intlhack libgnomekbd -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool autoconf automake +USE_XORG= x11 xfixes sm USE_PYTHON= yes INSTALLS_ICONS= yes - +USE_AUTOTOOLS= libtool autoconf automake +USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-compile-warnings=no - CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |