diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-15 01:14:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-15 01:14:59 +0000 |
commit | 043f1e3f6a97edf92574ef21dac8ff41d9801a31 (patch) | |
tree | 0ef9bf1b604edd57f645f104a8609b971c0f0c25 /palm/gnome-pilot/Makefile | |
parent | 56ec31af003dc9635999dd9cb564ac8d8d49b7f6 (diff) |
Notes
Diffstat (limited to 'palm/gnome-pilot/Makefile')
-rw-r--r-- | palm/gnome-pilot/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/palm/gnome-pilot/Makefile b/palm/gnome-pilot/Makefile index 20dcb44732f3..6d25848d4918 100644 --- a/palm/gnome-pilot/Makefile +++ b/palm/gnome-pilot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomepilot2 -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.5 CATEGORIES= palm comms gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-pilot/2.0 @@ -17,14 +17,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= 3Com PalmPilot conduit system for GNOME 2 BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 -LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ - pisock.8:${PORTSDIR}/palm/pilot-link +LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gnomepanel USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-pisock=${LOCALBASE} |