diff options
Diffstat (limited to 'ports-mgmt/gnome-packagekit/Makefile')
-rw-r--r-- | ports-mgmt/gnome-packagekit/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/gnome-packagekit/Makefile b/ports-mgmt/gnome-packagekit/Makefile index 04effaf4b..ac6839f35 100644 --- a/ports-mgmt/gnome-packagekit/Makefile +++ b/ports-mgmt/gnome-packagekit/Makefile @@ -3,10 +3,11 @@ # Whom: Anders F Bjorklund <afb@users.sourceforge.net> # # $FreeBSD$ -# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.2 2010/01/09 06:46:38 marcus Exp $ +# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.3 2010/01/09 08:25:22 marcus Exp $ PORTNAME= gnome-packagekit PORTVERSION= 2.29.2 +PORTREVISION= 1 CATEGORIES= ports-mgmt sysutils gnome MASTER_SITES= GNOME @@ -14,7 +15,6 @@ MAINTAINER= afb@users.souceforge.net COMMENT= PackageKit client programs for the GNOME desktop BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils - LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ packagekit-glib.12:${PORTSDIR}/ports-mgmt/packagekit \ notify:${PORTSDIR}/devel/libnotify \ @@ -25,8 +25,10 @@ USE_BZIP2= yes USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomemenus USE_GETTEXT= yes USE_ICONV= yes -USE_PYTHON_BUILD= 2.4+ +USE_PYTHON_BUILD=2.4+ GCONF_SCHEMAS= gnome-packagekit.schemas +INSTALLS_ICONS= yes +INSTALLS_OMF= yes GNU_CONFIGURE= yes MAN1= gpk-application.1 gpk-backend-status.1 gpk-install-local-file.1 \ @@ -34,7 +36,6 @@ MAN1= gpk-application.1 gpk-backend-status.1 gpk-install-local-file.1 \ gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \ gpk-update-viewer.1 - pre-configure: @${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \ -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure |