diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 798e9bed2a389dce8a970e15b68176fd49f442db (patch) | |
tree | 9dc5597aab073298ec381964f72cd853b3dd366c /palm | |
parent | 48b92584b0722f7f6ca412e6cfe16f1381e043cc (diff) |
Notes
Diffstat (limited to 'palm')
-rw-r--r-- | palm/synce-trayicon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/palm/synce-trayicon/Makefile b/palm/synce-trayicon/Makefile index 09cacfedf5c7..eba8fcff60e9 100644 --- a/palm/synce-trayicon/Makefile +++ b/palm/synce-trayicon/Makefile @@ -6,7 +6,7 @@ PORTNAME= synce-trayicon PORTVERSION= 0.9.0 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce @@ -16,11 +16,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 +LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2 USE_GMAKE= yes +USE_GNOME= libgnomeui gnometarget +USE_GETTEXT= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes CONFIGURE_ARGS+= --with-libsynce=${LOCALBASE} \ |