diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-15 09:14:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-15 09:14:59 +0800 |
commit | a441cea33d99e5d3694dec926316fcd008902ab7 (patch) | |
tree | a88ab6e6c01091e16d910d22a8a938186e5a7e42 /palm/gnomepilot2/Makefile | |
parent | f038ab594b5d0ac8b77609250d08686ce99f8421 (diff) | |
download | freebsd-ports-gnome-a441cea33d99e5d3694dec926316fcd008902ab7.tar.gz freebsd-ports-gnome-a441cea33d99e5d3694dec926316fcd008902ab7.tar.zst freebsd-ports-gnome-a441cea33d99e5d3694dec926316fcd008902ab7.zip |
* Update to 2.0.5
* Convert to new GNOME infrastructure
Diffstat (limited to 'palm/gnomepilot2/Makefile')
-rw-r--r-- | palm/gnomepilot2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/palm/gnomepilot2/Makefile b/palm/gnomepilot2/Makefile index 20dcb44732f3..6d25848d4918 100644 --- a/palm/gnomepilot2/Makefile +++ b/palm/gnomepilot2/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} |