diff options
Diffstat (limited to 'palm/synce-trayicon/Makefile')
-rw-r--r-- | palm/synce-trayicon/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile index d0c2dbe20e5a..42a24ef8f0ba 100644 --- a/palm/synce-trayicon/Makefile +++ b/palm/synce-trayicon/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= synce-trayicon -PORTVERSION= 0.8 -PORTREVISION= 3 +PORTVERSION= 0.9.0 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -16,9 +15,11 @@ 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 +LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 USE_GNOME= libgnomeui gnometarget +USE_GMAKE= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \ |