diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-05 20:18:30 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-05 20:18:30 +0000 |
commit | 54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be (patch) | |
tree | 3b1d1321b78dcf4a659d95ca332649d8253316c1 /palm/pilot-link | |
parent | 454b9ce076de33c963302ac6c86affcddce681dd (diff) | |
download | ports-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.tar.gz ports-54e44467d7a2aed3673c0a14dbbb8e6dd1bee7be.zip |
Notes
Diffstat (limited to 'palm/pilot-link')
-rw-r--r-- | palm/pilot-link/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile index 9e6b8477816b..5095a119e2e4 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -17,7 +17,7 @@ USES= pathfix pkgconfig iconv USE_BZIP2= yes GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include -CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE} --with-included-popt --enable-conduits --enable-xsltproc +CONFIGURE_ARGS+=${ICONV_CONFIGURE_BASE} --with-included-popt --enable-conduits --enable-xsltproc USE_LDCONFIG= yes OPTIONS_DEFINE= PNG THREADS USB |