diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-12 15:18:03 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-12 15:18:03 +0000 |
commit | 77418a51fed7b93194d11fc8e8a4212aab1e6d8b (patch) | |
tree | 007fd0c234787ac21c7f943f9b2664b1088e8b1d /deskutils/gnome-pim/Makefile | |
parent | 6943756b502463393676bde03db2d49f775eee70 (diff) | |
download | FreeBSD-ports-77418a51fed7b93194d11fc8e8a4212aab1e6d8b.zip FreeBSD-ports-77418a51fed7b93194d11fc8e8a4212aab1e6d8b.tar.gz |
Remove gnomepilot support since gnomepilot has been retired.
Diffstat (limited to 'deskutils/gnome-pim/Makefile')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index ce86287..da9462c 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomepim PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://www.jroger.in-berlin.de/gnome-pim/ \ ${MASTER_SITE_GNOME} @@ -17,14 +18,6 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome pim package -.if !defined(WITHOUT_PILOT) -BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits -RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits -PLIST_SUB= GNOME_PILOT="" -.else -PLIST_SUB= GNOME_PILOT="@comment " -.endif - USE_X_PREFIX= yes USE_BISON= yes USE_GMAKE= yes |