diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 18:21:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 18:21:44 +0800 |
commit | 2b84174c720e32fb1b97f7ce1ce9afa83b21ab96 (patch) | |
tree | 15771b32bd08e6d36b7db0e09b97c450df4e1ee0 /print | |
parent | 793b8ae49bc7e6a258938c43c483fa1346044551 (diff) | |
download | freebsd-ports-graphics-2b84174c720e32fb1b97f7ce1ce9afa83b21ab96.tar.gz freebsd-ports-graphics-2b84174c720e32fb1b97f7ce1ce9afa83b21ab96.tar.zst freebsd-ports-graphics-2b84174c720e32fb1b97f7ce1ce9afa83b21ab96.zip |
- Fix build with FreeBSD 10
Reported by: ph
Diffstat (limited to 'print')
-rw-r--r-- | print/xfce4-print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 58a4998300d..338b4f0dad5 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -17,6 +17,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 graphical frontend for printing +WITH_FBSD10_FIX=yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_BZIP2= yes |