diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 17:04:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-10-29 17:04:21 +0000 |
commit | b40a9298b96b50892624dbaba0aeaa82c3d79d78 (patch) | |
tree | 06681634a9e7beee36c3114bbe12a9c301cc54f8 /palm | |
parent | e51dbc42aa653a63b3742440b8d5b58e4367be27 (diff) |
- Fix build on FreeBSD 10
Notes
Notes:
svn path=/head/; revision=284669
Diffstat (limited to 'palm')
-rw-r--r-- | palm/pilot-link/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index f3e70de5ecf5..16427367c636 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -17,6 +17,7 @@ COMMENT= Suite of tools used to connect and sync your Palm handled BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +WITH_FBSD10_FIX=yes USE_BZIP2= yes USE_ICONV= yes USE_GNOME= gnomehack pkgconfig |