diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 08:06:45 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 08:06:45 +0800 |
commit | c0c53d10371f13770c33a3b4683b7745b80a8017 (patch) | |
tree | 4a1809709a9b30e19c968a5d6ce5b839516d7c62 | |
parent | 407e54905d5d1a1fdbd2d32ca51db780b29d073e (diff) | |
download | freebsd-ports-gnome-c0c53d10371f13770c33a3b4683b7745b80a8017.tar.gz freebsd-ports-gnome-c0c53d10371f13770c33a3b4683b7745b80a8017.tar.zst freebsd-ports-gnome-c0c53d10371f13770c33a3b4683b7745b80a8017.zip |
Support stage
-rw-r--r-- | sysutils/policykit-gnome/Makefile | 12 | ||||
-rw-r--r-- | sysutils/policykit-gnome/pkg-plist | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/policykit-gnome/Makefile b/sysutils/policykit-gnome/Makefile index 3ec6213675c1..e3bed689f525 100644 --- a/sysutils/policykit-gnome/Makefile +++ b/sysutils/policykit-gnome/Makefile @@ -4,7 +4,7 @@ PORTNAME= policykit-gnome PORTVERSION= 0.9.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils gnome MASTER_SITES= http://hal.freedesktop.org/releases/ DISTNAME= PolicyKit-gnome-${PORTVERSION} @@ -12,20 +12,18 @@ DISTNAME= PolicyKit-gnome-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME frontend to the PolicyKit framework -LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit +LIB_DEPENDS= libpolkit.so:${PORTSDIR}/sysutils/policykit -USE_BZIP2= yes -USE_GMAKE= yes -USES= gettext pkgconfig -USE_GNOME= gnomehack intlhack gnomedocutils gconf2 +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USE_GNOME= intlhack gnomedocutils gconf2 GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ --localstatedir=/var CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GCONF_SCHEMAS= polkit-gnome.schemas -NO_STAGE= yes .include <bsd.port.mk> diff --git a/sysutils/policykit-gnome/pkg-plist b/sysutils/policykit-gnome/pkg-plist index e6545028fa1f..de351eb377ae 100644 --- a/sysutils/policykit-gnome/pkg-plist +++ b/sysutils/policykit-gnome/pkg-plist @@ -9,6 +9,7 @@ lib/libpolkit-gnome.a lib/libpolkit-gnome.la lib/libpolkit-gnome.so lib/libpolkit-gnome.so.0 +lib/libpolkit-gnome.so.0.0.0 libdata/pkgconfig/polkit-gnome.pc libexec/polkit-gnome-manager share/PolicyKit/policy/org.gnome.policykit.examples.policy |