diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-04-28 16:03:28 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-04-28 16:03:28 +0000 |
commit | d22fe6866e394e60c45b3cb51038351685ffb113 (patch) | |
tree | 440fcfb6185fd882cfe85efa121d354ffe2f1d67 /deskutils/gnome-pim | |
parent | e316b21d4d094be7b06c29d3e3fd41d4c689a422 (diff) | |
download | ports-d22fe6866e394e60c45b3cb51038351685ffb113.tar.gz ports-d22fe6866e394e60c45b3cb51038351685ffb113.zip |
Notes
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gnome-pim/pkg-plist | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index a925cb48ea8d..465ca9dfcfcb 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -19,6 +19,9 @@ MAINTAINER= gnome@FreeBSD.org .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 diff --git a/deskutils/gnome-pim/pkg-plist b/deskutils/gnome-pim/pkg-plist index 3feea3b8651a..2f0e483fb5a8 100644 --- a/deskutils/gnome-pim/pkg-plist +++ b/deskutils/gnome-pim/pkg-plist @@ -2,6 +2,10 @@ bin/gnomecal bin/gnomecard etc/CORBA/servers/gnomecal.gnorba etc/CORBA/servers/gnomecard.gnorba +%%GNOME_PILOT%%lib/gnome-pilot/conduits/libaddress_conduit.so +%%GNOME_PILOT%%lib/gnome-pilot/conduits/libcalendar_conduit.so +%%GNOME_PILOT%%share/gnome/gnome-pilot/conduits/gnomecal.conduit +%%GNOME_PILOT%%share/gnome/gnome-pilot/conduits/gnomecard.conduit share/gnome/apps/Applications/gncal.desktop share/gnome/apps/Applications/gnomecard.desktop share/gnome/help/gnomecal/C/images/cal-props.gif |