diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /palm/pilot-link | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'palm/pilot-link')
-rw-r--r-- | palm/pilot-link/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index d36fcf8f742b..0a3e220ac0e0 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -13,10 +13,9 @@ COMMENT= Suite of tools used to connect and sync your Palm handled BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -USES= pathfix +USES= pathfix pkgconfig USE_BZIP2= yes USE_ICONV= yes -USE_PKGCONFIG= build GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE} --with-included-popt --enable-conduits --enable-xsltproc |