diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-30 00:51:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-30 00:51:32 +0800 |
commit | 6a5c707500e5e7d2a034b0890ef9ac0ff7a9a1f5 (patch) | |
tree | b782855420b92ade11a6c4ccd10e9ee3dbda9a6f /sysutils/polkit-gnome | |
parent | 78d1e9df4f682025da38330200ba530bbff4bd5d (diff) | |
download | freebsd-ports-gnome-6a5c707500e5e7d2a034b0890ef9ac0ff7a9a1f5.tar.gz freebsd-ports-gnome-6a5c707500e5e7d2a034b0890ef9ac0ff7a9a1f5.tar.zst freebsd-ports-gnome-6a5c707500e5e7d2a034b0890ef9ac0ff7a9a1f5.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'sysutils/polkit-gnome')
-rw-r--r-- | sysutils/polkit-gnome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/polkit-gnome/Makefile b/sysutils/polkit-gnome/Makefile index b10e0ea57ff6..83357190733d 100644 --- a/sysutils/polkit-gnome/Makefile +++ b/sysutils/polkit-gnome/Makefile @@ -16,6 +16,7 @@ COMMENT= GNOME frontend to the PolicKit framework LIB_DEPENDS= polkit-gobject-1.0:${PORTSDIR}/sysutils/polkit +WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes |