diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-10 11:55:20 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-10 11:55:20 +0000 |
commit | 940c71f6d1c4e4297579af52552604ef9a45672d (patch) | |
tree | 86ace7c511ad898cad6a353978101947c9c7c1f3 /palm | |
parent | Do not try to send the credentials full JID since jabber servers (diff) |
Add amd64 to ONLY_FOR_ARCHS, i tested it here and built without problems
Notes
Notes:
svn path=/head/; revision=161919
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-librapi2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/synce-librapi2/Makefile b/palm/synce-librapi2/Makefile index e48b2687d9df..471ad610c943 100644 --- a/palm/synce-librapi2/Makefile +++ b/palm/synce-librapi2/Makefile @@ -15,7 +15,7 @@ COMMENT= Utilities/libraries to make RAPI calls on WinCE devices LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 MAN1= pcp.1 pls.1 pmkdir.1 pmv.1 prm.1 prmdir.1 prun.1 pstatus.1 rapiconfig.1 synce-install-cab.1 synce-remove-program.1 synce-list-programs.1 |