diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-17 11:28:00 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-17 11:28:00 +0000 |
commit | ea3709d0e0304372fc5292b9d5c9d6eb03da4fc9 (patch) | |
tree | ddf159149e1035ced6d13dcf2c6f85c59093c704 /deskutils | |
parent | ccb1c86c26f31956e5e8fd0eee7895e7ba542c97 (diff) | |
download | FreeBSD-ports-ea3709d0e0304372fc5292b9d5c9d6eb03da4fc9.zip FreeBSD-ports-ea3709d0e0304372fc5292b9d5c9d6eb03da4fc9.tar.gz |
Make Pilot support "on" by default, so that package build on bento will
contain all possible features.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-pim/Makefile | 10 | ||||
-rw-r--r-- | deskutils/gnomepim/Makefile | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/deskutils/gnome-pim/Makefile b/deskutils/gnome-pim/Makefile index 0ea2036..ca6c0ed 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} diff --git a/deskutils/gnomepim/Makefile b/deskutils/gnomepim/Makefile index 0ea2036..ca6c0ed 100644 --- a/deskutils/gnomepim/Makefile +++ b/deskutils/gnomepim/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} |