diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-03 18:45:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-03 18:45:27 +0000 |
commit | 666fa65e5ea5a6ff3012336527fce4cc6a19841a (patch) | |
tree | c584a32fee37117509b6b47bcb69d4da59c8cd72 /palm/pilot-link/Makefile | |
parent | 63d116b1991ed69c74a151cde94121f4a8f9d887 (diff) | |
download | ports-666fa65e5ea5a6ff3012336527fce4cc6a19841a.tar.gz ports-666fa65e5ea5a6ff3012336527fce4cc6a19841a.zip |
Notes
Diffstat (limited to 'palm/pilot-link/Makefile')
-rw-r--r-- | palm/pilot-link/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index fc387243eca1..7677efae87cc 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pilot-link -PORTVERSION= 0.12.2 +PORTVERSION= 0.12.3 PORTEPOCH= 1 CATEGORIES= palm comms MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/ \ @@ -15,12 +15,14 @@ MASTER_SITES= http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distf MAINTAINER= samm@os2.kiev.ua COMMENT= Suite of tools used to connect and sync your Palm handled +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt + USE_BZIP2= yes USE_ICONV= yes USE_GNOME= gnometarget gnomehack pkgconfig GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include -CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE} --with-included-popt --enable-conduits +CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE} --with-included-popt --enable-conduits --enable-xsltproc CONFIGURE_ENV+= CFLAGS="${CFLAGS:S/-Werror//}" # clear -Werror from CFLAGS USE_LDCONFIG= yes |