Index: accessibility/gnomespeech/Makefile =================================================================== RCS file: /home/ncvs/ports/accessibility/gnomespeech/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- accessibility/gnomespeech/Makefile 15 Nov 2005 06:47:46 -0000 1.16 +++ accessibility/gnomespeech/Makefile 16 Nov 2005 16:39:56 -0000 @@ -27,7 +27,7 @@ .include -.if exists(${LOCALBASE}/bin/festival) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/festival) WITH_FESTIVAL= yes .endif Index: arabic/katoob/Makefile =================================================================== RCS file: /home/ncvs/ports/arabic/katoob/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- arabic/katoob/Makefile 15 Nov 2005 06:47:46 -0000 1.13 +++ arabic/katoob/Makefile 16 Nov 2005 16:41:31 -0000 @@ -26,12 +26,12 @@ .include -.if defined(WITH_HIGHLIGHTING) || exists(${X11BASE}/libdata/pkgconfig/gtksourceview-1.0.pc) +.if defined(WITH_HIGHLIGHTING) || (!defined (NO_AUTO_DEPS) && exists(${X11BASE}/libdata/pkgconfig/gtksourceview-1.0.pc)) CONFIGURE_ARGS+= "--enable-highlight" USE_GNOME+= gtksourceview .endif -.if defined(WITH_SPELLCHECKER) || exists(${LOCALBASE}/lib/libaspell.so.16) +.if defined(WITH_SPELLCHECKER) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libaspell.so.16)) CONFIGURE_ARGS+= "--enable-spell" LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell .endif Index: archivers/lzop/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/lzop/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- archivers/lzop/Makefile 21 Sep 2005 14:14:46 -0000 1.15 +++ archivers/lzop/Makefile 16 Nov 2005 16:43:16 -0000 @@ -14,11 +14,13 @@ COMMENT= Fast file compressor similar to gzip, using the LZO library # prefer lzo2 if it is already installed or if no lzo is installed. +.if !defined (NO_AUTO_DEPS) .if exists(${LOCALBASE}/lib/liblzo2.so.2) || !exists(${LOCALBASE}/lib/liblzo.so.1) LIB_DEPENDS= lzo2.2:${PORTSDIR}/archivers/lzo2 .else LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo .endif +.endif GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} Index: audio/alsaplayer/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/alsaplayer/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- audio/alsaplayer/Makefile 15 Nov 2005 06:47:49 -0000 1.11 +++ audio/alsaplayer/Makefile 16 Nov 2005 16:31:00 -0000 @@ -44,7 +44,7 @@ PLIST_SUB+= GUI="@comment " .endif -.if exists(${LOCALBASE}/lib/libaudiofile.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libaudiofile.so) WITH_AUDIOFILE= yes .endif @@ -52,19 +52,19 @@ WITH_ESOUND= yes .endif -.if exists(${LOCALBASE}/lib/libFLAC.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libFLAC.so) WITH_FLAC= yes .endif -.if exists(${LOCALBASE}/lib/libmikmod.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libmikmod.so) WITH_MIKMOD= yes .endif -.if exists(${X11BASE}/lib/libaudio.so) +.if !defined (NO_AUTO_DEPS) && exists(${X11BASE}/lib/libaudio.so) WITH_NAS= yes .endif -.if exists(${LOCALBASE}/lib/libvorbis.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libvorbis.so) WITH_VORBIS= yes .endif Index: audio/cmus/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/cmus/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- audio/cmus/Makefile 4 Nov 2005 19:37:34 -0000 1.5 +++ audio/cmus/Makefile 16 Nov 2005 16:31:47 -0000 @@ -28,13 +28,13 @@ .include -.if exists(${LOCALBASE}/lib/libvorbisfile.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libvorbisfile.so) WITH_VORBIS= yes .endif -.if exists(${LOCALBASE}/lib/libmodplug.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libmodplug.so) WITH_MODPLUG= yes .endif -.if exists(${LOCALBASE}/lib/libartsc.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libartsc.so) WITH_ARTS= yes .endif Index: audio/faac/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/faac/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- audio/faac/Makefile 15 Nov 2005 06:47:52 -0000 1.21 +++ audio/faac/Makefile 16 Nov 2005 16:32:02 -0000 @@ -33,7 +33,7 @@ .include -.if exists(${LOCALBASE}/lib/libmp4v2.a) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libmp4v2.a) WITH_MPEG4IP=yes .endif Index: audio/gtkpod/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/gtkpod/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- audio/gtkpod/Makefile 5 Nov 2005 05:20:49 -0000 1.29 +++ audio/gtkpod/Makefile 16 Nov 2005 16:32:29 -0000 @@ -30,7 +30,7 @@ .include -.if exists(${LOCALBASE}/lib/libmp4v2.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libmp4v2.so) WITH_AAC= YES .endif Index: audio/juk/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/juk/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- audio/juk/Makefile 5 Nov 2005 11:19:27 -0000 1.14 +++ audio/juk/Makefile 16 Nov 2005 16:32:51 -0000 @@ -39,7 +39,7 @@ .include -.if exists(${X11BASE}/lib/libgstplay-0.8.so) +.if !defined (NO_AUTO_DEPS) && exists(${X11BASE}/lib/libgstplay-0.8.so) . if !defined(WITH_GSTREAMER) GSTREAMER_OVERRIDE=yes WITH_GSTREAMER= yes Index: audio/libsndfile/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/libsndfile/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- audio/libsndfile/Makefile 15 Nov 2005 06:47:58 -0000 1.28 +++ audio/libsndfile/Makefile 16 Nov 2005 16:30:09 -0000 @@ -35,7 +35,7 @@ CONFIGURE_ARGS= --disable-sqlite .endif -.if !defined(WITHOUT_FLAC) || exists(${LOCALBASE}/lib/libFLAC.a) +.if !defined(WITHOUT_FLAC) || (!defined(NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libFLAC.a)) LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac .endif Index: audio/lopster/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/lopster/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- audio/lopster/Makefile 28 Oct 2005 17:05:13 -0000 1.31 +++ audio/lopster/Makefile 16 Nov 2005 16:33:13 -0000 @@ -26,7 +26,7 @@ .include -.if exists(${LOCALBASE}/lib/libogg.so.4) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libogg.so.4) WITH_OGG= yes .endif Index: audio/mhwaveedit/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/mhwaveedit/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- audio/mhwaveedit/Makefile 5 Nov 2005 05:21:23 -0000 1.39 +++ audio/mhwaveedit/Makefile 16 Nov 2005 16:33:36 -0000 @@ -92,7 +92,7 @@ CONFIGURE_ARGS+= --without-esound .endif -.if exists(${LOCALBASE}/include/ladspa.h) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/include/ladspa.h) RUN_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa .endif Index: audio/ocp/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ocp/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- audio/ocp/Makefile 28 Oct 2005 07:59:51 -0000 1.10 +++ audio/ocp/Makefile 16 Nov 2005 16:35:15 -0000 @@ -51,7 +51,7 @@ PLIST_SUB+= LIBSIDPLAY="@comment " .endif -.if exists(${TIMIDITY_CFG}) || !defined(WITHOUT_MIDI) +.if !defined (NO_AUTO_DEPS) && (exists(${TIMIDITY_CFG}) || !defined(WITHOUT_MIDI)) RUN_DEPENDS+= ${TIMIDITY_CFG}:${PORTSDIR}/audio/eawpats .endif @@ -74,7 +74,7 @@ .endif pre-everything:: -.if !exists(${TIMIDITY_CFG}) && !defined(WITHOUT_MIDI) +.if !!defined (NO_AUTO_DEPS) && (exists(${TIMIDITY_CFG}) && !defined(WITHOUT_MIDI)) @${ECHO_MSG} "" @${ECHO_MSG} "In order to be able to play MIDI files, audio/eawpats will be installed." @${ECHO_MSG} "Define WITHOUT_MIDI if you do not want to install it." @@ -115,7 +115,7 @@ ${INSTALL_DATA} ${WRKSRC}/cp.pak ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/ocp.ini ${PREFIX}/etc/ocp.ini.default -.if !exists(${PREFIX}/etc/ocp.ini) +.if !exists${PREFIX}/etc/ocp.ini) ${INSTALL_DATA} ${WRKSRC}/ocp.ini ${PREFIX}/etc .endif Index: audio/rhythmbox/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/rhythmbox/Makefile,v retrieving revision 1.62 diff -u -r1.62 Makefile --- audio/rhythmbox/Makefile 5 Nov 2005 05:29:25 -0000 1.62 +++ audio/rhythmbox/Makefile 16 Nov 2005 16:35:41 -0000 @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --enable-ipod .endif -.if exists(${LOCALBASE}/lib/libvorbis.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libvorbis.so) WITH_VORBIS= yes .endif @@ -65,7 +65,7 @@ LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup \ howl.0:${PORTSDIR}/net/howl .else -.if exists(${LOCALBASE}/lib/libhowl.a) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libhowl.a) LIB_DEPENDS+= howl.0:${PORTSDIR}/net/howl .endif CONFIGURE_ARGS+= --disable-daap Index: audio/sox/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/sox/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- audio/sox/Makefile 5 Oct 2005 04:54:17 -0000 1.31 +++ audio/sox/Makefile 16 Nov 2005 16:36:19 -0000 @@ -23,15 +23,15 @@ .include -.if exists(${LOCALBASE}/lib/libmp3lame.so.0) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libmp3lame.so.0) WITH_LAME= YES .endif -.if exists(${LOCALBASE}/lib/libmad.so.2) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libmad.so.2) WITH_MAD= YES .endif -.if exists(${LOCALBASE}/lib/libvorbis.so.3) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libvorbis.so.3) WITH_VORBIS= YES .endif Index: comms/gnokii/Makefile =================================================================== RCS file: /home/ncvs/ports/comms/gnokii/Makefile,v retrieving revision 1.51 diff -u -r1.51 Makefile --- comms/gnokii/Makefile 13 Nov 2005 18:28:39 -0000 1.51 +++ comms/gnokii/Makefile 16 Nov 2005 16:39:28 -0000 @@ -42,7 +42,7 @@ .include -.if exists(${LOCALBASE}/lib/libical.so.0) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libical.so.0) WITH_ICAL= yes .endif @@ -65,14 +65,14 @@ .else PLIST_SUB+= SMSD='' MAN8+= smsd.8 -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) USE_MYSQL= yes PLIST_SUB+= MSM='' WITH_MYSQL= yes .else PLIST_SUB+= MSM='@comment ' .endif -.if exists(${LOCALBASE}/bin/psql) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/psql) USE_PGSQL= yes PLIST_SUB+= PGM='' WITH_PGSQL= yes Index: databases/gtksql/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/gtksql/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- databases/gtksql/Makefile 31 May 2005 07:26:48 -0000 1.20 +++ databases/gtksql/Makefile 16 Nov 2005 16:39:28 -0000 @@ -24,12 +24,12 @@ .include -.if defined(WITH_MYSQL) || (exists(${LOCALBASE}/lib/mysql/libmysqlclient.a) \ +.if defined(WITH_MYSQL) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/mysql/libmysqlclient.a) \ && !defined(WITHOUT_MYSQL)) HAVE_MYSQL= yes LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif -.if defined(WITH_PGSQL) || (exists(${LOCALBASE}/lib/libpq.a) \ +.if defined(WITH_PGSQL) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libpq.a) \ && !defined(WITHOUT_PGSQL)) HAVE_PGSQL= yes USE_PGSQL= yes Index: databases/jasperreports/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/jasperreports/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- databases/jasperreports/Makefile 21 Oct 2005 18:42:12 -0000 1.6 +++ databases/jasperreports/Makefile 16 Nov 2005 16:39:29 -0000 @@ -40,14 +40,14 @@ .include -.if exists(${JAVALIBDIR}/classes12.zip) +.if !defined (NO_AUTO_DEPS) && exists(${JAVALIBDIR}/classes12.zip) WITH_ORACLE8= yes .endif .if defined(WITH_ORACLE8) RUN_DEPENDS+= ${JAVALIBDIR}/classes12.zip:${PORTSDIR}/databases/jdbc-oracle8i .endif -.if exists(${JAVALIBDIR}/ojdbc14.zip) +.if !defined (NO_AUTO_DEPS) && exists(${JAVALIBDIR}/ojdbc14.zip) WITH_ORACLE9= yes .endif .if defined(WITH_ORACLE9) Index: databases/libgda2/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/libgda2/Makefile,v retrieving revision 1.68 diff -u -r1.68 Makefile --- databases/libgda2/Makefile 5 Nov 2005 05:36:48 -0000 1.68 +++ databases/libgda2/Makefile 16 Nov 2005 16:39:28 -0000 @@ -44,35 +44,35 @@ .include -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/mysql/libmysqlclient.so) WITH_MYSQL= yes .endif -.if exists(${LOCALBASE}/lib/libldap.so.2) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libldap.so.2) WITH_LDAP=yes .endif -.if exists(${LOCALBASE}/lib/libgds.so.1) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libgds.so.1) WITH_FIREBIRD= yes .endif -.if exists(${LOCALBASE}/lib/libtds.so.2) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libtds.so.2) WITH_FREETDS= yes .endif -.if exists(${LOCALBASE}/lib/libsybdb.so.3) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libsybdb.so.3) WITH_SYBASE= yes .endif -.if exists(${LOCALBASE}/lib/libmdbsql.so.0) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libmdbsql.so.0) WITH_MDB= yes .endif -.if exists(${LOCALBASE}/lib/libODBC.so.1) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libODBC.so.1) WITH_ODBC= yes .endif -.if exists(${LOCALBASE}/lib/libsqlite.so.2) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libsqlite.so.2) WITH_SQLITE= yes .endif Index: databases/mdbtools/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/mdbtools/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- databases/mdbtools/Makefile 15 Nov 2005 06:48:20 -0000 1.21 +++ databases/mdbtools/Makefile 16 Nov 2005 16:56:01 -0000 @@ -26,7 +26,7 @@ DOCS= AUTHORS ChangeLog HACKING NEWS README TODO MAN1= mdb-ver.1 mdb-tables.1 mdb-schema.1 mdb-sql.1 mdb-export.1 -.if defined(WITH_GNOME) || exists(${X11BASE}/libdata/pkgconfig/libgnomeui-2.0.pc) +.if defined(WITH_GNOME) || (!defined (NO_AUTO_DEPS) && exists(${X11BASE}/libdata/pkgconfig/libgnomeui-2.0.pc)) USE_X_PREFIX= yes USE_GNOME+= gnomeprefix gnomehack libgnomeui PLIST_SUB+= GNOME:="" Index: databases/postgresql-plruby/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-plruby/Makefile,v retrieving revision 1.28 diff -u -r1.28 Makefile --- databases/postgresql-plruby/Makefile 11 Nov 2005 01:17:21 -0000 1.28 +++ databases/postgresql-plruby/Makefile 16 Nov 2005 16:39:29 -0000 @@ -60,10 +60,10 @@ .include # Setting/finding PostgreSQL version we want. -.if exists(${LOCALBASE}/bin/postmaster) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/postmaster) PGSQL_VER!= ${LOCALBASE}/bin/postmaster -V | \ ${SED} -n 's/postmaster.*PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' -.elif exists(${LOCALBASE}/bin/pg_config) +.elif !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/pg_config) PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p' .else PGSQL_VER= ${DEFAULT_PGSQL_VER} Index: deskutils/kdepim3/Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/kdepim3/Makefile,v retrieving revision 1.55 diff -u -r1.55 Makefile --- deskutils/kdepim3/Makefile 12 Nov 2005 17:20:33 -0000 1.55 +++ deskutils/kdepim3/Makefile 16 Nov 2005 16:39:29 -0000 @@ -47,7 +47,7 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl-stable .endif -.if exists(${LOCALBASE}/bin/gnokii) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/gnokii) . if !defined(WITH_GNOKII) GNOKII_OVERRIDE=yes WITH_GNOKII= yes Index: devel/allegro/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/allegro/Makefile,v retrieving revision 1.21 diff -u -r1.21 Makefile --- devel/allegro/Makefile 15 Nov 2005 06:48:32 -0000 1.21 +++ devel/allegro/Makefile 16 Nov 2005 17:06:07 -0000 @@ -47,7 +47,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-include-allegro-inline-fmaths.in .endif -.if defined(WITH_ARTS) || exists(${LOCALBASE}/lib/libartsc.so.0) +.if defined(WITH_ARTS) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libartsc.so.0)) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+= --enable-artsdigi PLIST_SUB+= ARTS="" Index: devel/apr/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/apr/Makefile,v retrieving revision 1.57 diff -u -r1.57 Makefile --- devel/apr/Makefile 15 Nov 2005 06:48:32 -0000 1.57 +++ devel/apr/Makefile 16 Nov 2005 17:07:07 -0000 @@ -55,7 +55,7 @@ .if defined(APR_UTIL_WITHOUT_GDBM) APR_UTIL_CONF_ARGS+= --without-gdbm -.elif defined(APR_UTIL_WITH_GDBM) || exists(${LOCALBASE}/lib/libgdbm.so.3) +.elif defined(APR_UTIL_WITH_GDBM) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libgdbm.so.3)) LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm .if defined(PKGNAMESUFFIX) PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-gdbm @@ -66,7 +66,7 @@ .if defined(APR_UTIL_WITHOUT_BERKELEY_DB) APR_UTIL_CONF_ARGS+= --without-berkeley-db -.elif defined(APR_UTIL_WITH_BERKELEY_DB) || exists(${LOCALBASE}/lib/libdb-4.2.so.2) +.elif defined(APR_UTIL_WITH_BERKELEY_DB) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libdb-4.2.so.2)) LIB_DEPENDS+= db-4.2.2:${PORTSDIR}/databases/db42 APR_UTIL_CONF_ARGS+= --with-berkeley-db=${PREFIX} .if defined(PKGNAMESUFFIX) @@ -101,7 +101,7 @@ @${ECHO_MSG} "GDBM support is disabled." .elif defined(APR_UTIL_WITH_GDBM) @${ECHO_MSG} "GDBM support is forced." -.elif exists(${LOCALBASE}/lib/libgdbm.so.3) +.elif !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libgdbm.so.3) @${ECHO_MSG} "GDBM support is enabled." @${ECHO_MSG} "You can disable GDBM support by defining APR_UTIL_WITHOUT_GDBM." .else @@ -113,7 +113,7 @@ @${ECHO_MSG} "Berkeley db4.2 support is disabled." .elif defined(APR_UTIL_WITH_BERKELEY_DB) @${ECHO_MSG} "Berkeley db4.2 support forced." -.elif exists(${LOCALBASE}/lib/libdb-4.2.so.2) +.elif !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libdb-4.2.so.2) @${ECHO_MSG} "Berkeley db4.2 support is enabled." @${ECHO_MSG} "You can disable Berkeley db4.2 support by defining APR_UTIL_WITHOUT_BERKELEY_DB." .else Index: devel/cdk/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/cdk/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- devel/cdk/Makefile 18 Feb 2005 16:14:31 -0000 1.34 +++ devel/cdk/Makefile 16 Nov 2005 16:39:30 -0000 @@ -24,7 +24,7 @@ .include -.if exists(${LOCALBASE}/include/ncurses/ncurses.h) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/include/ncurses/ncurses.h) TERMINFO= ${LOCALBASE}/share/misc/terminfo CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/ncurses LIBS+= -L${LOCALBASE}/lib -lncurses @@ -34,7 +34,7 @@ LIBS="${LIBS}"\ LDFLAGS="${LDFLAGS}" LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -.endif # exists(${LOCALBASE}/include/ncurses/ncurses.h) +.endif # !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/include/ncurses/ncurses.h) CONFIGURE_ARGS+=--with-ncurses ALL_TARGET= default examples demos cli cdkshlib Index: devel/directfb/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/directfb/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/directfb/Makefile 15 Nov 2005 06:48:37 -0000 1.15 +++ devel/directfb/Makefile 16 Nov 2005 16:39:30 -0000 @@ -28,7 +28,7 @@ USE_REINPLACE= yes PLIST_SUB+= DIRECTFB_VERSION=${PORTVERSION} -.if exists(${LOCALBASE}/lib/libfreetype.so.9) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libfreetype.so.9) WITH_FREETYPE2= yes .endif Index: devel/gnomevfs/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- devel/gnomevfs/Makefile 27 Aug 2004 01:44:13 -0000 1.46 +++ devel/gnomevfs/Makefile 16 Nov 2005 16:39:30 -0000 @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME Virtual File System -.if !exists(/usr/bin/bzip2) +.if !!defined (NO_AUTO_DEPS) && exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif @@ -34,7 +34,7 @@ LIBS="-L${LOCALBASE}/lib" \ BSD_PTHREAD_LIBS=${PTHREAD_LIBS} -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libcdda_paranoia.a) WITH_CDPARANOIA= yes .endif Index: devel/gnomevfs2/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gnomevfs2/Makefile,v retrieving revision 1.102 diff -u -r1.102 Makefile --- devel/gnomevfs2/Makefile 5 Nov 2005 04:53:17 -0000 1.102 +++ devel/gnomevfs2/Makefile 16 Nov 2005 17:13:59 -0000 @@ -47,11 +47,11 @@ .include -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) +.if (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libfam.so)) || !defined(WITHOUT_FAM) USE_FAM= yes .endif -.if exists(${LOCALBASE}/lib/libkrb5.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libkrb5.so) LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal .endif Index: devel/hs-hmake/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/hs-hmake/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- devel/hs-hmake/Makefile 8 Apr 2005 07:15:56 -0000 1.18 +++ devel/hs-hmake/Makefile 16 Nov 2005 16:39:30 -0000 @@ -20,7 +20,7 @@ .include BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -.if exists(${LOCALBASE}/lib/libreadline.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libreadline.so) LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline .endif RUN_DEPENDS= ${BUILD_DEPENDS} Index: devel/ireport/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ireport/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/ireport/Makefile 4 Nov 2005 23:37:58 -0000 1.4 +++ devel/ireport/Makefile 16 Nov 2005 16:39:30 -0000 @@ -50,14 +50,14 @@ .include # Remark: Oracle's dependencies already registered by databases/jasperreports -.if exists(${JAVALIBDIR}/classes12.zip) +.if !defined (NO_AUTO_DEPS) && exists(${JAVALIBDIR}/classes12.zip) WITH_ORACLE8= yes .endif .if defined(WITH_ORACLE8) CLSSORA= classes12.zip nls_charset12.zip .endif -.if exists(${JAVALIBDIR}/ojdbc14.zip) +.if !defined (NO_AUTO_DEPS) && exists(${JAVALIBDIR}/ojdbc14.zip) WITH_ORACLE9= yes .endif .if defined(WITH_ORACLE9) Index: devel/libgsf/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libgsf/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- devel/libgsf/Makefile 7 Nov 2005 05:31:31 -0000 1.27 +++ devel/libgsf/Makefile 16 Nov 2005 16:39:30 -0000 @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT?= An extensible i/o abstraction for dealing with structured file formats -.if !exists(/usr/lib/libbz2.so) +.if !!defined (NO_AUTO_DEPS) && exists(/usr/lib/libbz2.so) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif Index: devel/log4cxx/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/log4cxx/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/log4cxx/Makefile 15 Nov 2005 06:48:55 -0000 1.4 +++ devel/log4cxx/Makefile 16 Nov 2005 16:39:32 -0000 @@ -19,7 +19,7 @@ CONFIGURE_ARGS+= --disable-doxygen .endif -.if exists(${LOCALBASE}/lib/libboost_regex.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libboost_regex.so) WITH_BOOST= yes .endif Index: devel/p5-ReadLine-Gnu/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-ReadLine-Gnu/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- devel/p5-ReadLine-Gnu/Makefile 28 Apr 2005 13:01:59 -0000 1.19 +++ devel/p5-ReadLine-Gnu/Makefile 16 Nov 2005 16:39:30 -0000 @@ -20,7 +20,7 @@ .include -.if exists(${LOCALBASE}/lib/libreadline.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libreadline.so) CONFIGURE_ARGS+=--includedir=${LOCALBASE}/include LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif Index: devel/porttools/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/porttools/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- devel/porttools/Makefile 15 Jul 2005 18:52:42 -0000 1.15 +++ devel/porttools/Makefile 16 Nov 2005 17:17:30 -0000 @@ -21,7 +21,7 @@ .include -.if defined(WITH_NEWFILE) || exists(${LOCALBASE}/bin/newfile) +.if defined(WITH_NEWFILE) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/newfile)) RUN_DEPENDS+= ${LOCALBASE}/bin/newfile:${PORTSDIR}/devel/newfile .endif Index: devel/prcs/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/prcs/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- devel/prcs/Makefile 28 Oct 2004 21:02:05 -0000 1.29 +++ devel/prcs/Makefile 16 Nov 2005 17:18:13 -0000 @@ -25,7 +25,7 @@ .include -.if exists(${LOCALBASE}/bin/emacs) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/emacs) MAN1+= prcs-callback.1 prcs-ediff.1 prcs-emerge.1 PLIST_FILES+= bin/prcs-callback bin/prcs-ediff bin/prcs-emerge \ share/emacs/site-lisp/prcs.el \ Index: devel/root/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/root/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- devel/root/Makefile 9 Aug 2005 13:46:22 -0000 1.11 +++ devel/root/Makefile 16 Nov 2005 16:39:31 -0000 @@ -125,31 +125,31 @@ .include -.if exists(${LOCALBASE}/lib/libkrb5.so.3) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libkrb5.so.3) WITH_KRB5= yes .endif -.if exists(${LOCALBASE}/lib/libldap-2.2.so) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libldap-2.2.so) WITH_LDAP= yes .endif -.if exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/mysql/libmysqlclient.so.12) WITH_MYSQL= yes .endif -.if exists(${LOCALBASE}/lib/libpq.so.3) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libpq.so.3) WITH_POSTGRESQL= yes .endif -.if exists(${LOCALBASE}/lib/libpython2.4.so.1) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libpython2.4.so.1) WITH_PYTHON= yes .endif -.if exists(${LOCALBASE}/lib/libruby18.so.18) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libruby18.so.18) WITH_RUBY= yes .endif -.if exists(${LOCALBASE}/lib/libsrp.a) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libsrp.a) WITH_SRP= yes .endif Index: devel/sdl12/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/sdl12/Makefile,v retrieving revision 1.95 diff -u -r1.95 Makefile --- devel/sdl12/Makefile 15 Nov 2005 06:49:03 -0000 1.95 +++ devel/sdl12/Makefile 16 Nov 2005 17:20:51 -0000 @@ -89,7 +89,7 @@ CONFIGURE_ARGS+=--enable-video-svga .endif -.if (exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)) && !defined(WITHOUT_ARTS) +.if !defined (NO_AUTO_DEPS) && (exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)) && !defined(WITHOUT_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+=--enable-arts .else Index: dns/posadis/Makefile =================================================================== RCS file: /home/ncvs/ports/dns/posadis/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- dns/posadis/Makefile 15 Nov 2005 06:49:07 -0000 1.14 +++ dns/posadis/Makefile 16 Nov 2005 17:24:00 -0000 @@ -22,7 +22,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -.if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so) +.if defined(WITH_FAM) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libfam.so)) CONFIGURE_ARGS= --enable-fam BUILD_DEPENDS= ${LOCALBASE}/include/fam.h:${PORTSDIR}/devel/fam RUN_DEPENDS= ${LOCALBASE}/bin/fam:${PORTSDIR}/devel/fam Index: editors/abiword/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/abiword/Makefile,v retrieving revision 1.114 diff -u -r1.114 Makefile --- editors/abiword/Makefile 10 Nov 2005 10:08:36 -0000 1.114 +++ editors/abiword/Makefile 16 Nov 2005 17:25:05 -0000 @@ -73,7 +73,7 @@ GNOME_ENABLED= yes .endif -.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc) +.if defined(WITH_GUCHARMAP) || (!defined (NO_AUTO_DEPS) && exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc)) LIB_DEPENDS+= gucharmap.4:${PORTSDIR}/deskutils/gucharmap .else CONFIGURE_ARGS+= --enable-cmap=no Index: editors/conglomerate/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/conglomerate/Makefile,v retrieving revision 1.29 diff -u -r1.29 Makefile --- editors/conglomerate/Makefile 15 Nov 2005 06:49:08 -0000 1.29 +++ editors/conglomerate/Makefile 16 Nov 2005 17:25:42 -0000 @@ -24,7 +24,7 @@ .include -.if exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc) || defined(WITH_ENCHANT) +.if (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/libdata/pkgconfig/enchant.pc)) || defined(WITH_ENCHANT) LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant .endif Index: editors/mlview/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/mlview/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- editors/mlview/Makefile 15 Nov 2005 06:49:09 -0000 1.19 +++ editors/mlview/Makefile 16 Nov 2005 16:39:32 -0000 @@ -30,7 +30,7 @@ .include # Autodetect dbus -.if exists (${LOCALBASE}/lib/libdbus-1.so.1) +.if !defined (NO_AUTO_DEPS) && exists (${LOCALBASE}/lib/libdbus-1.so.1) WITH_DBUS= yes .endif Index: editors/vim/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/vim/Makefile,v retrieving revision 1.270 diff -u -r1.270 Makefile --- editors/vim/Makefile 5 Nov 2005 05:19:31 -0000 1.270 +++ editors/vim/Makefile 16 Nov 2005 16:39:33 -0000 @@ -132,7 +132,7 @@ MAKE_ARGS+= CONF_OPT_PERL="--disable-perlinterp --disable-pythoninterp --disable-tclinterp --disable-rubyinterp" .endif # LITE -.if exists(${PREFIX}/lib/libiconv.so) +.if !defined (NO_AUTO_DEPS) && exists(${PREFIX}/lib/libiconv.so) USE_ICONV= yes .endif Index: editors/vimpart/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/vimpart/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- editors/vimpart/Makefile 5 Nov 2005 11:19:30 -0000 1.12 +++ editors/vimpart/Makefile 16 Nov 2005 16:39:32 -0000 @@ -32,7 +32,7 @@ .include "${.CURDIR}/../../misc/kdeaddons3/Makefile.split" .include -.if exists(${LOCALBASE}/bin/gvim) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/bin/gvim) RUN_DEPENDS+= gvim:${PORTSDIR}/editors/vim .endif Index: editors/xemacs-devel/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-devel/Makefile,v retrieving revision 1.98 diff -u -r1.98 Makefile --- editors/xemacs-devel/Makefile 15 Nov 2005 06:49:10 -0000 1.98 +++ editors/xemacs-devel/Makefile 16 Nov 2005 16:39:33 -0000 @@ -60,7 +60,7 @@ .include -.if exists(${X11BASE}/lib/libXm.so) +.if !defined (NO_AUTO_DEPS) && exists(${X11BASE}/lib/libXm.so) USE_MOTIF= yes HAVE_MOTIF= yes .endif Index: editors/xemacs-devel-mule/Makefile =================================================================== RCS file: /home/ncvs/ports/editors/xemacs-devel-mule/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- editors/xemacs-devel-mule/Makefile 15 Nov 2005 06:49:10 -0000 1.38 +++ editors/xemacs-devel-mule/Makefile 16 Nov 2005 16:39:33 -0000 @@ -154,7 +154,7 @@ .endif -.if exists(${LOCALBASE}/include/libpq-fe.h) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/include/libpq-fe.h) WITH_PGSQL= yes .endif Index: emulators/fuse/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/fuse/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- emulators/fuse/Makefile 5 Nov 2005 05:22:05 -0000 1.5 +++ emulators/fuse/Makefile 16 Nov 2005 17:29:40 -0000 @@ -62,7 +62,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib .endif -.if defined(WITH_GCRYPT) || exists(${LOCALBASE}/include/gcrypt.h) +.if defined(WITH_GCRYPT) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/include/gcrypt.h)) CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt .endif Index: emulators/libspectrum/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/libspectrum/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- emulators/libspectrum/Makefile 15 Nov 2005 06:49:11 -0000 1.5 +++ emulators/libspectrum/Makefile 16 Nov 2005 17:30:02 -0000 @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --without-glib .endif -.if defined(WITH_GCRYPT) || exists(${LOCALBASE}/include/gcrypt.h) +.if defined(WITH_GCRYPT) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/include/gcrypt.h)) LIB_DEPENDS+= gcrypt.13:${PORTSDIR}/security/libgcrypt .endif Index: finance/aqbanking/Makefile =================================================================== RCS file: /home/ncvs/ports/finance/aqbanking/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- finance/aqbanking/Makefile 15 Nov 2005 06:49:12 -0000 1.3 +++ finance/aqbanking/Makefile 16 Nov 2005 17:33:51 -0000 @@ -40,7 +40,7 @@ .endif # no configure option to disable ktoblzcheck support (yet) -.if defined(WITH_KTOBLZCHECK) || exists(${LOCALBASE}/lib/libktoblzcheck.so.1) +.if defined(WITH_KTOBLZCHECK) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libktoblzcheck.so.1)) LIB_DEPENDS+= ktoblzcheck.1:${PORTSDIR}/finance/ktoblzcheck .endif Index: finance/gnucash/Makefile =================================================================== RCS file: /home/ncvs/ports/finance/gnucash/Makefile,v retrieving revision 1.83 diff -u -r1.83 Makefile --- finance/gnucash/Makefile 15 Sep 2005 07:11:15 -0000 1.83 +++ finance/gnucash/Makefile 16 Nov 2005 16:39:33 -0000 @@ -50,7 +50,7 @@ .include -.if exists(${LOCALBASE}/include/db41/db_185.h) +.if !defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/include/db41/db_185.h) LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41 post-patch: @${REINPLACE_CMD} -e "s|db4/db_185.h|db41/db_185.h|g" \ Index: ftp/curl/Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/curl/Makefile,v retrieving revision 1.74 diff -u -r1.74 Makefile --- ftp/curl/Makefile 12 Nov 2005 18:52:19 -0000 1.74 +++ ftp/curl/Makefile 16 Nov 2005 17:38:18 -0000 @@ -83,7 +83,7 @@ CONFIGURE_ARGS += --with-krb4=/usr .endif -.if !defined(WITHOUT_LIBIDN) && (defined(WITH_LIBIDN) || exists(${LOCALBASE}/lib/libidn.so)) +.if !defined(WITHOUT_LIBIDN) && (defined(WITH_LIBIDN) || (!defined (NO_AUTO_DEPS) && exists(${LOCALBASE}/lib/libidn.so))) LIB_DEPENDS+= idn.16:${PORTSDIR}/dns/libidn CONFIGURE_ARGS+= --with-libidn=${LOCALBASE} .else Index: ftp/gwget/Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/gwget/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- ftp/gwget/Makefile 15 Nov 2005 06:49:14 -0000 1.13 +++ ftp/gwget/Makefile 16 Nov 2005 16:39:34 -0000 @@ -32,7 +32,7 @@ .include -.if exists(${X11BASE}/bin/epiphany) && !defined(WITHOUT_EPIPHANY) +.if !defined (NO_AUTO_DEPS) && exists(${X11BASE}/bin/epiphany) && !defined(WITHOUT_EPIPHANY) WITH_EPIPHANY= yes .endif