diff options
author | mva <mva@FreeBSD.org> | 2013-04-28 02:25:24 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-04-28 02:25:24 +0800 |
commit | a99e7e687dd8959b456b245eeaafe101878e92d8 (patch) | |
tree | 05c37dd385b99b953046290a1ad749042e2d1c51 /palm/pilot-link | |
parent | e43c5466309ee34db1fde989beb22aa3f35d27ec (diff) | |
download | freebsd-ports-gnome-a99e7e687dd8959b456b245eeaafe101878e92d8.tar.gz freebsd-ports-gnome-a99e7e687dd8959b456b245eeaafe101878e92d8.tar.zst freebsd-ports-gnome-a99e7e687dd8959b456b245eeaafe101878e92d8.zip |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
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 0a3e220ac0e0..2226c7d3154b 100644 --- a/palm/pilot-link/Makefile +++ b/palm/pilot-link/Makefile @@ -13,9 +13,8 @@ COMMENT= Suite of tools used to connect and sync your Palm handled BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -USES= pathfix pkgconfig +USES= pathfix pkgconfig iconv USE_BZIP2= yes -USE_ICONV= yes GNU_CONFIGURE= yes CFLAGS+= -I${WRKSRC}/popt -I${LOCALBASE}/include CONFIGURE_ARGS+=--with-libiconv=${LOCALBASE} --with-included-popt --enable-conduits --enable-xsltproc |