diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 15:04:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 15:04:53 +0800 |
commit | 4329ce27057cc548043e1f91837b194cc2642beb (patch) | |
tree | ee6dda408244d4ff19ad1d56e2afd06c5252174c /sysutils | |
parent | d7d9dab0b67b36221333f0bc3d5b39dd43bbec75 (diff) | |
download | freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.tar.gz freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.tar.zst freebsd-ports-gnome-4329ce27057cc548043e1f91837b194cc2642beb.zip |
- Fix build on FreeBSD 10.0
Notes: all x11@ ports fixed for FreeBSD 10
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consolekit/Makefile | 1 | ||||
-rw-r--r-- | sysutils/polkit/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile index ccb0bbfb4f0c..cca829a2ed4f 100644 --- a/sysutils/consolekit/Makefile +++ b/sysutils/consolekit/Makefile @@ -17,6 +17,7 @@ COMMENT= Framework for defining and tracking users LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit +WITH_FBSD10_FIX=yes WRKSRC= ${WRKDIR}/ConsoleKit-${PORTVERSION} USE_BZIP2= yes USE_GETTEXT= yes diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index 3408391bfee3..11672fb71b38 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= eggdbus-1.0:${PORTSDIR}/devel/eggdbus \ expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection +WITH_FBSD10_FIX= yes USE_GNOME= gnomehack glib20 intlhack USE_GMAKE= yes USE_GETTEXT= yes |