Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/php4/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- Makefile 13 Oct 2003 05:59:45 -0000 1.32 +++ Makefile 4 Nov 2003 13:37:11 -0000 @@ -580,8 +580,8 @@ CONFIGURE_ARGS+=--with-ncurses=${NCURSESBASE} .endif -.if defined(WITH_SNMP) -.if exists(${LOCALBASE}/lib/libsnmp.so.4) +.if defined(WITH_SNMP) || defined(WITH_SNMP4) +.if exists(${LOCALBASE}/lib/libsnmp.so.4) || defined(WITH_SNMP4) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net/net-snmp4 .else LIB_DEPENDS+= netsnmp.5:${PORTSDIR}/net/net-snmp