diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 07:34:27 +0000 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /palm | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz ports-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/gnome-pilot/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-librapi2/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-librra/Makefile | 2 | ||||
-rw-r--r-- | palm/synce-libsynce/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 94ca09435ffa..7a75eed3fb47 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -23,7 +23,7 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomehier gnomepanel intlhack \ ltverhack libgnomeui USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool INSTALLS_OMF= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index a6f0bcc1041e..d7d75c689a15 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -16,7 +16,7 @@ COMMENT?= Utilities/libraries to make RAPI calls on WinCE devices LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_ICONV= yes USE_GNOME= gnomehack gnometarget USE_LDCONFIG= yes diff --git a/palm/synce-librra/Makefile b/palm/synce-librra/Makefile index 54609f1e102d..6ad25b50305b 100644 --- a/palm/synce-librra/Makefile +++ b/palm/synce-librra/Makefile @@ -22,7 +22,7 @@ OPTIONS?= TOOLS "Build with minor rra command line tools" on \ RECURR "Enable experimential recurrence support" off GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_ICONV= yes USE_LDCONFIG= yes USE_GNOME= gnomehack gnometarget diff --git a/palm/synce-libsynce/Makefile b/palm/synce-libsynce/Makefile index 42fe0c45df6b..38ab377be7d3 100644 --- a/palm/synce-libsynce/Makefile +++ b/palm/synce-libsynce/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ hal.1:${PORTSDIR}/sysutils/hal GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool USE_ICONV= yes USE_GNOME= gnomehack gnometarget CONFIGURE_ARGS+= --with-libiconv-prefix="${LOCALBASE}" \ |