diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-17 11:28:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-12-17 11:28:00 +0000 |
commit | 148b1b7e7fd63e6ae12793ff08c0ec94d03f9072 (patch) | |
tree | 197be1d976c27bcf3408feca3291bdaa064f40d1 /deskutils/gnome-pim | |
parent | f84ba5a386c2f2422719cad25ab51fce465a9116 (diff) | |
download | ports-148b1b7e7fd63e6ae12793ff08c0ec94d03f9072.tar.gz ports-148b1b7e7fd63e6ae12793ff08c0ec94d03f9072.zip |
Notes
Diffstat (limited to 'deskutils/gnome-pim')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index 0ea2036099e1..ca6c0edaf2bf 100644 --- a/deskutils/gnome-pim/Makefile +++ b/deskutils/gnome-pim/Makefile @@ -15,7 +15,7 @@ DISTNAME= gnome-pim-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -.if defined(WITH_PILOT) +.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 .endif @@ -27,7 +27,7 @@ USE_LIBTOOL= yes CPPFLAGS= -I${LOCALBASE}/include LIBS= -L${LOCALBASE}/lib -.if !defined(WITH_PILOT) +.if !defined(WITHOUT_PILOT) CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest .else CPPFLAGS+= -I${LOCALBASE}/pilot/include @@ -38,11 +38,11 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ pre-extract: @${ECHO_MSG} -.if defined(WITH_PILOT) - @${ECHO_MSG} "Palm Pilot support enabled. You will be able to syncronize" +.if defined(WITHOUT_PILOT) + @${ECHO_MSG} "Palm Pilot support disabled. You will not be able to syncronize" @${ECHO_MSG} "your palm with gnomecard and gnomecal." .else - @${ECHO_MSG} "You can enable Palm Pilot support by defining WITH_PILOT" + @${ECHO_MSG} "You can disable Palm Pilot support by defining WITHOUT_PILOT." .endif @${ECHO_MSG} |