diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /palm | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/jpilot/pkg-plist | 2 | ||||
-rw-r--r-- | palm/synce-multisync/Makefile | 6 | ||||
-rw-r--r-- | palm/synce-trayicon/Makefile | 8 | ||||
-rw-r--r-- | palm/synce-trayicon/pkg-plist | 1 |
4 files changed, 10 insertions, 7 deletions
diff --git a/palm/jpilot/pkg-plist b/palm/jpilot/pkg-plist index 5111ac9ea869..0c47fc1bf064 100644 --- a/palm/jpilot/pkg-plist +++ b/palm/jpilot/pkg-plist @@ -22,3 +22,5 @@ share/applications/jpilot.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/jpilot.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/jpilot.mo @dirrmtry share/applications +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw diff --git a/palm/synce-multisync/Makefile b/palm/synce-multisync/Makefile index 9fa2983b50cd..be1ba358622a 100644 --- a/palm/synce-multisync/Makefile +++ b/palm/synce-multisync/Makefile @@ -6,7 +6,7 @@ PORTNAME= synce-multisync_plugin PORTVERSION= 0.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= palm deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -20,11 +20,11 @@ RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync USE_GNOME= gnomeprefix gnometarget gnomevfs2 USE_GMAKE= yes -USE_X_PREFIX= yes +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-librapi=${LOCALBASE} \ --with-libsynce=${LOCALBASE} \ --with-librra=${LOCALBASE} \ - --with-multisync-include=${X11BASE}/include/multisync + --with-multisync-include=${LOCALBASE}/include/multisync .include <bsd.port.mk> diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile index 36c8760e9fcb..ebb760ccf19e 100644 --- a/palm/synce-trayicon/Makefile +++ b/palm/synce-trayicon/Makefile @@ -6,7 +6,7 @@ PORTNAME= synce-trayicon PORTVERSION= 0.9.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -14,15 +14,15 @@ MASTER_SITE_SUBDIR= synce MAINTAINER= ports@FreeBSD.org COMMENT= GNOME tray icon showing battery and storage status of a WinCE device -BUILD_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs -RUN_DEPENDS= ${X11BASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs +BUILD_DEPENDS= ${LOCALBASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs +RUN_DEPENDS= ${LOCALBASE}/lib/gnome-vfs-2.0/modules/libsyncevfs.so:${PORTSDIR}/palm/synce-gnomevfs LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop USE_GMAKE= yes USE_GNOME= libgnomeui gnometarget USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_X_PREFIX= yes +USE_XLIB= yes CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \ --with-librapi2=${LOCALBASE} diff --git a/palm/synce-trayicon/pkg-plist b/palm/synce-trayicon/pkg-plist index 165fb37ed135..4597fbf66577 100644 --- a/palm/synce-trayicon/pkg-plist +++ b/palm/synce-trayicon/pkg-plist @@ -5,4 +5,5 @@ share/pixmaps/synce/synce-color-small.png share/pixmaps/synce/synce-gray-small.png share/synce/synce_trayicon_properties.glade @dirrm share/pixmaps/synce +@dirrmtry share/pixmaps @dirrmtry share/synce |